diff --git a/CHANGELOG.md b/CHANGELOG.md index 724d0506fb97f3891f277c21995a7fadc9114a4d..90bd375aa83e7991ffb54c157923bb545f1b6e8c 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 50847a00f4ccb6f4f300448e2819d8f3fa016d7c..7eefc8301e019681aa31fcee43faf950b83d4df9 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 f071b8d9721bbee9177306b8717ae61f28b5932b..ac0a4cd4df22b37b6febcf8ce6c31f248c0d1f3f 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' }