Skip to content

Commit

Permalink
Merge pull request #143 from lianup/master
Browse files Browse the repository at this point in the history
bump version to 0.4.7
  • Loading branch information
xy-peng authored May 13, 2022
2 parents c78640b + 20dc427 commit c5e2487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 项目状态

当前版本`0.4.6`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。
当前版本`0.4.7`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。

## 升级指引

Expand All @@ -27,7 +27,7 @@
在你的`build.gradle`文件中加入如下的依赖

```groovy
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.6'
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.7'
```

### Maven
Expand All @@ -37,7 +37,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.6'
<dependency>
<groupId>com.github.wechatpay-apiv3</groupId>
<artifactId>wechatpay-apache-httpclient</artifactId>
<version>0.4.6</version>
<version>0.4.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.github.wechatpay-apiv3'
version '0.4.6'
version '0.4.7'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit c5e2487

Please sign in to comment.