release 1.6.0 & 1.1.0

This commit is contained in:
jinyu
2015-09-11 22:15:27 +08:00
parent 2f46625a71
commit 481f6e9be4
18 changed files with 44 additions and 26 deletions
+5 -1
View File
@@ -152,4 +152,8 @@
* 2015-09-08
+ 新增批量获取用户信息接口
+ 新增批量获取用户信息接口
* 2015-09-11
+ version upgrade to 1.6.0
+2 -2
View File
@@ -43,12 +43,12 @@ weixin4j-mp
如何使用
--------
0.maven依赖(1.5.3,2015-08-13 released)
0.maven依赖(1.6.0,2015-09-11 released)
<dependency>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>1.5.3</version>
<version>1.6.0</version>
</dependency>
1.需新增或拷贝`weixin4j.properties`文件到项目的`classpath`
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>com.foxinmy</groupId>
<artifactId>weixin4j</artifactId>
<version>1.5.4-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>weixin4j-mp</artifactId>
<name>weixin4j-mp</name>
@@ -1352,5 +1352,5 @@ public class WeixinProxy {
throws WeixinException {
return dataApi.datacube(datacubeType, date);
}
public final static String VERSION = "1.6.0";