diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4218698419af13d3d0f372667065744c0ca9e2..47407dc6870fae5e98e1d2a962af06493f421d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ ## 0.0.1-SNAPSHOT ohos 第一个版本 * 实现了原库主功能 + +## 0.0.2-SNAPSHOT +ohos 第二个版本 +* fix bugs diff --git a/README.md b/README.md index 710871df5ba83368f51dfc482f0702e045bda455..e177a1de28fd1c60317763e43eaf1cdc41b56341 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ allprojects { ``` dependencies { - implementation('com.gitee.chinasoft_ohos:GuideView:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:GuideView:0.0.2-SNAPSHOT') ...... } ``` @@ -110,7 +110,7 @@ CloudTest代码测试无异常 ``` ## 版本迭代 -- 0.0.1-SNAPSHOT +- 0.0.2-SNAPSHOT ## 版权和许可信息