diff --git a/README.md b/README.md index 8450da1..a1b442f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 项目状态 -当前版本`0.4.2`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。 +当前版本`0.4.3`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。 ## 升级指引 @@ -27,7 +27,7 @@ 在你的`build.gradle`文件中加入如下的依赖 ```groovy -implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.2' +implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.3' ``` ### Maven @@ -37,7 +37,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.2' com.github.wechatpay-apiv3 wechatpay-apache-httpclient - 0.4.2 + 0.4.3 ``` diff --git a/build.gradle b/build.gradle index 67fe474..dec550f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.github.wechatpay-apiv3' -version '0.4.2' +version '0.4.3' sourceCompatibility = 1.8 targetCompatibility = 1.8