Skip to content

Commit f08f9a0

Browse files
authored
Update readme.md
1 parent 91b54c8 commit f08f9a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.github.binarywang</groupId>
7272
<artifactId>weixin-java-pay</artifactId>
73-
<version>2.7.0</version>
73+
<version>2.8.0</version>
7474
</dependency>
7575
```
7676

@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.github.binarywang</groupId>
8282
<artifactId>weixin-java-mp</artifactId>
83-
<version>2.7.0</version>
83+
<version>2.8.0</version>
8484
</dependency>
8585
```
8686

@@ -90,6 +90,6 @@
9090
<dependency>
9191
<groupId>com.github.binarywang</groupId>
9292
<artifactId>weixin-java-cp</artifactId>
93-
<version>2.7.0</version>
93+
<version>2.8.0</version>
9494
</dependency>
9595
```

0 commit comments

Comments
 (0)