From ff054858d9258958fe961b144e89b3b138bb6955 Mon Sep 17 00:00:00 2001 From: JiangJun <2680104782@qq.com> Date: Sun, 26 Sep 2021 11:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E3=80=91:=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb2e5c..d0e20d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 +ohos 第一个版本 +* 正式版本 + ## 0.0.3-SNAPSHOT - ohos 第三个版本,完整实现了原库的全部 api,codecheck diff --git a/README.md b/README.md index 0efeb6b..452b866 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -31,7 +31,7 @@ allprojects { ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:SwipeStack:0.0.3-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:SwipeStack:1.0.0') ...... } ``` @@ -77,9 +77,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -- 0.0.3-SNAPSHOT -- 0.0.2-SNAPSHOT -- 0.0.1-SNAPSHOT +1.0.0 ## 版权和许可信息 ``` -- Gitee