From ee1cf48aeb1a1525b9405eecc59cf9713d802665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=A5=E5=88=AB=E6=98=A8=E5=A4=A9=E7=9A=84=E6=88=91?= <838119225@qq.com> Date: Thu, 8 Jul 2021 10:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e42186..47407dc 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 710871d..e177a1d 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 ## 版权和许可信息 -- Gitee