Skip to content

Commit dc2d6fb

Browse files
committed
bump version to 0.2.16
1 parent 868abd0 commit dc2d6fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![JavaDoc](http://img.shields.io/badge/javadoc-reference-blue.svg)](https://www.javadoc.io/doc/com.github.wechatpay-apiv3/wechatpay-java/latest/index.html)
2-
![Maven Central](https://img.shields.io/maven-central/v/com.github.wechatpay-apiv3/wechatpay-java?versionPrefix=0.2.15)
2+
![Maven Central](https://img.shields.io/maven-central/v/com.github.wechatpay-apiv3/wechatpay-java?versionPrefix=0.2.16)
33
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=security_rating)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java)
44
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java)
55
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=coverage)](https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java)
@@ -36,7 +36,7 @@
3636
在你的 build.gradle 文件中加入如下的依赖
3737

3838
```groovy
39-
implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.15'
39+
implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.16'
4040
```
4141

4242
#### Maven
@@ -47,7 +47,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.15'
4747
<dependency>
4848
<groupId>com.github.wechatpay-apiv3</groupId>
4949
<artifactId>wechatpay-java</artifactId>
50-
<version>0.2.15</version>
50+
<version>0.2.16</version>
5151
</dependency>
5252
```
5353

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectPropGroup=com.github.wechatpay-apiv3
2-
projectPropVersion=0.2.15
2+
projectPropVersion=0.2.16
33

44
slf4jVersion=1.7.36
55
junitVersion=4.13.2

0 commit comments

Comments
 (0)