From 1fab366b4f55c288e4f321221c68cf8af0e28bb1 Mon Sep 17 00:00:00 2001 From: Masutangu Date: Wed, 13 Nov 2024 11:29:00 +0800 Subject: [PATCH] bump version to 0.5.0 (#215) --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0c1609..4824d4b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 项目状态 -当前版本`0.4.9`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。 +当前版本`0.5.0`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。 ## 升级指引 @@ -27,7 +27,7 @@ 在你的`build.gradle`文件中加入如下的依赖 ```groovy -implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.9' +implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.5.0' ``` ### Maven @@ -37,7 +37,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.9' com.github.wechatpay-apiv3 wechatpay-apache-httpclient - 0.4.9 + 0.5.0 ``` diff --git a/build.gradle b/build.gradle index e8d3e0d..ebe0fa5 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.github.wechatpay-apiv3' -version '0.4.9' +version '0.5.0' sourceCompatibility = 1.8 targetCompatibility = 1.8