We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4343d commit be444beCopy full SHA for be444be
README.md
@@ -32,25 +32,25 @@
32
<dependency>
33
<groupId>com.github.binarywang</groupId>
34
<artifactId>weixin-java-mp</artifactId>
35
- <version>2.0.0</version>
+ <version>2.1.0</version>
36
</dependency>
37
```
38
39
```groovy
40
-compile 'com.github.binarywang:weixin-java-mp:2.0.0'
+compile 'com.github.binarywang:weixin-java-mp:2.1.0'
41
42
43
* 企业号:
44
```xml
45
46
47
<artifactId>weixin-java-cp</artifactId>
48
49
50
51
52
53
-compile 'com.github.binarywang:weixin-java-cp:2.0.0'
+compile 'com.github.binarywang:weixin-java-cp:2.1.0'
54
55
56
#### 本项目主要存放在github上,地址为 :
0 commit comments