From c0b44b4243b441009a41828bc610de09b7f594a8 Mon Sep 17 00:00:00 2001 From: wu361 Date: Sun, 25 Apr 2021 10:48:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ------ README.md | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f48a51..791f97a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,3 @@ -## 0.0.3-SNAPSHOT -* modification: Update copyright - -## 0.0.2-SNAPSHOT -* optimization: Optimize code - ## 0.0.1-SNAPSHOT * refactor: For module library Android-to-OpenHarmony diff --git a/README.md b/README.md index a0240e3..b3a68ff 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ allprojects { ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:labelview:0.0.3-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:labelview:0.0.1-SNAPSHOT') ...... } ``` @@ -219,7 +219,7 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.3-SNAPSHOT +- 0.0.1-SNAPSHOT #### 版权和许可信息 Copyright 2014 linger1216 -- Gitee