Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lianup authored Jan 11, 2022
2 parents 3534640 + 04ed454 commit 65ef133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
在你的`build.gradle`文件中加入如下的依赖

```groovy
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.3.0'
implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.0'
```

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

Expand Down

0 comments on commit 65ef133

Please sign in to comment.