From 11418966e5a576bf21e4b29707bccbcbe5c246dc Mon Sep 17 00:00:00 2001 From: chinasoft-ohos-admin Date: Wed, 22 Sep 2021 17:53:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=AD=A3=E5=BC=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 4 ++-- entry/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 724d050..90bd375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0 +## 1.0.1 发布正式版本 ## 0.0.2-SNAPSHOT diff --git a/README.md b/README.md index 50847a0..7eefc83 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ ``` dependencies { - implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:1.0.0') + implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:1.0.1') ...... } ``` @@ -92,7 +92,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 1.0.0 +- 1.0.1 #### 版权和许可信息 diff --git a/entry/build.gradle b/entry/build.gradle index f071b8d..ac0a4cd 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,7 @@ dependencies { testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' implementation 'io.openharmony.tpc.thirdlib:XPopup:1.0.3' - implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:1.0.0') + implementation('com.gitee.chinasoft_ohos:vntNumber_PickerPre:1.0.1') // implementation project(path: ':library') implementation 'io.openharmony.tpc.thirdlib:RippleEffect:1.0.1' } -- Gitee