发布1.3.4版本

This commit is contained in:
Binary Wang
2016-05-31 23:32:58 +08:00
parent 2c2130282d
commit 913bd3b940
5 changed files with 10 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
weixin-java-tools
### 1.3.4版发布!!!
[![Build Status](https://travis-ci.org/chanjarster/weixin-java-tools.svg?branch=develop)](https://travis-ci.org/chanjarster/weixin-java-tools)
![Maven Central](https://img.shields.io/maven-central/v/me.chanjar/weixin-java-parent.svg)
@@ -21,9 +22,9 @@ weixin-java-tools
```xml
<dependency>
<groupId>me.chanjar</groupId>
<groupId>com.github..binarywang</groupId>
<artifactId>weixin-java-mp</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
```
@@ -31,9 +32,9 @@ weixin-java-tools
```xml
<dependency>
<groupId>me.chanjar</groupId>
<groupId>com.github..binarywang</groupId>
<artifactId>weixin-java-cp</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
```