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
+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-base</artifactId>
<name>weixin4j-base</name>
@@ -524,5 +524,5 @@ public class WeixinPayProxy {
return pay3Api.authCode2openId(authCode);
}
public final static String VERSION = "1.5.2";
public final static String VERSION = "1.6.0";
}