Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
chanjarster committed Oct 21, 2014
2 parents 4508419 + 0e9998e commit f09e913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.chanjar</groupId>
<artifactId>weixin-java-tools</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>WeiXin Java Tools</name>
<description>用于开发微信公众号的Java工具</description>
<url>https://github.com/chanjarster/weixin-java-tools</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/chanjar/weixin/api/WxConsts.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class WxConsts {
public static final String EVT_UNSUBSCRIBE = "unsubscribe";
public static final String EVT_SCAN = "SCAN";
public static final String EVT_LOCATION = "LOCATION";
public static final String EVT_CLICK = "LOCATION";
public static final String EVT_CLICK = "CLICK";
public static final String EVT_VIEW = "VIEW";
public static final String EVT_MASS_SEND_JOB_FINISH = "MASSSENDJOBFINISH";

Expand Down

0 comments on commit f09e913

Please sign in to comment.