Skip to content

Commit

Permalink
version upgrade to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
foxinmy committed May 17, 2016
1 parent 7be24ab commit ff0faef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions weixin4j-server/CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,12 @@

+ version upgrade to 1.1.6


* 2015-03-12

+ 修改ClassUtil获取class不到的bug

+ ~~新增MultipleMessageHandlerAdapter多个消息适配类~~
+ ~~新增MultipleMessageHandlerAdapter多个消息适配类~~

* 2016-05-17

+ version upgrade to 1.1.8
4 changes: 2 additions & 2 deletions weixin4j-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>1.6.9</version>
</parent>
<artifactId>weixin4j-server</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<name>weixin4j-server</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-server</url>
<description>微信消息netty服务器</description>
Expand Down Expand Up @@ -48,7 +48,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.2.0.RELEASE</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,5 @@ public WeixinServerBootstrap openAlwaysResponse() {
return this;
}

public final static String VERSION = "1.1.7";
public final static String VERSION = "1.1.8";
}

0 comments on commit ff0faef

Please sign in to comment.