Skip to content

Commit 7bd5a59

Browse files
authored
升级1.3.5版本
1 parent db1eb92 commit 7bd5a59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [![Build Status](https://travis-ci.org/binarywang/weixin-java-tools.svg?branch=develop)](https://travis-ci.org/binarywang/weixin-java-tools) ![Maven Central](https://img.shields.io/maven-central/v/com.github.binarywang/weixin-java-parent.svg) <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=078f7a153d243853e24cf2b542e7a6ccbf2a592bc138080f84d11297f736ec46"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="weixin-java-tools" title="weixin-java-tools"></a>
44

55
### 声明:本项目基于chanjarster/weixin-java-tools,由于原作者长期没有维护,故单独维护和发布,且发布到maven上的groupId也会不同。
6-
#### 最新更新:1.3.4版发布!!! on 2016-06-01
6+
#### 最新更新:1.3.5版发布!!! on 2016-06-60
77

88
### 详细开发文档请看 [wiki](https://github.com/chanjarster/weixin-java-tools/wiki)
99

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.github.binarywang</groupId>
2727
<artifactId>weixin-java-mp</artifactId>
28-
<version>1.3.4</version>
28+
<version>1.3.5</version>
2929
</dependency>
3030
```
3131

@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.github.binarywang</groupId>
3737
<artifactId>weixin-java-cp</artifactId>
38-
<version>1.3.4</version>
38+
<version>1.3.5</version>
3939
</dependency>
4040
```
4141

@@ -57,4 +57,4 @@
5757

5858
非常欢迎和感谢对本项目发起Pull Request的同学,不过本项目基于[git flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)开发流程,因此在发起Pull Request的时候请选择develop分支。
5959

60-
且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。
60+
且本项目代码风格是用2个空格代表一个tab,因此在发起PR时注意一下,否则很容易发生在IDE格式化代码后与原代码产生大量diff,这样我在阅读PR的时候就很困难。

0 commit comments

Comments
 (0)