diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f465b2bfbfca10dc7a3e370b238c908959739de..5b6c1eeca22446b2626fdc592527a9b62523b28d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ +## 0.0.2-SNAPSHOT +ohos 第二个版本,修复了findbugs问题,更新SDK6 + ## 0.0.1-SNAPSHOT * ohos 第一个版本,完全实现了原库的全部api \ No newline at end of file diff --git a/README.md b/README.md index 91f131bd29719007f3342bdf7f7f3f37a55e9aed..b3332e61a24db4597e80b30b82fa24a58c35002b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ allprojects { 2.在entry模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:MaterialSearchBar:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:MaterialSearchBar:0.0.2-SNAPSHOT') ...... } ``` @@ -119,4 +119,4 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.1-SNAPSHOT \ No newline at end of file +- 0.0.2-SNAPSHOT \ No newline at end of file