Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang authored Sep 2, 2017
1 parent 91b54c8 commit f08f9a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

---------------------------------
### 其他信息:
1. 最新更新:**2017-6-25 发布[【2.7.0正式版】](https://github.com/Wechat-Group/weixin-java-tools/releases)**
1. 最新更新:**2017-9-3 发布[【2.8.0正式版】](https://github.com/Wechat-Group/weixin-java-tools/releases)**
1. 开源中国网站的本项目介绍的首页链接地址:https://www.oschina.net/p/weixin-java-tools-new
1. 自2.6.0版本开始,微信支付相关功能抽出独立为一个模块,详细使用方式请参考相关demo;
1. 自2.7.0版本开始,支持微信小程序,具体可以参考相关demo;
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.github.binarywang</groupId>
 <artifactId>weixin-java-miniapp</artifactId>
 <version>2.7.0</version>
 <version>2.8.0</version>
</dependency>
```

Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-pay</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
```

Expand All @@ -80,7 +80,7 @@
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-mp</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
```

Expand All @@ -90,6 +90,6 @@
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-cp</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
```

0 comments on commit f08f9a0

Please sign in to comment.