From f56421ee7de8443f8d9910867bc685cdb49fe44f Mon Sep 17 00:00:00 2001 From: lianup <769025704@qq.com> Date: Fri, 22 Apr 2022 15:10:24 +0800 Subject: [PATCH] bump version to 0.4.5 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44ffd3f..55527c4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## 项目状态 -当前版本`0.4.4`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。 +当前版本`0.4.5`为测试版本。请商户的专业技术人员在使用时注意系统和软件的正确性和兼容性,以及带来的风险。 ## 升级指引 @@ -27,7 +27,7 @@ 在你的`build.gradle`文件中加入如下的依赖 ```groovy -implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.4' +implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.5' ``` ### Maven @@ -37,7 +37,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-apache-httpclient:0.4.4' com.github.wechatpay-apiv3 wechatpay-apache-httpclient - 0.4.4 + 0.4.5 ``` diff --git a/build.gradle b/build.gradle index 36ba7a1..f3d4db8 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.github.wechatpay-apiv3' -version '0.4.4' +version '0.4.5' sourceCompatibility = 1.8 targetCompatibility = 1.8