From 54b4728aee021d020b23d3beb5cbd841786c8865 Mon Sep 17 00:00:00 2001 From: JiangJun <2680104782@qq.com> Date: Thu, 23 Sep 2021 10:56:21 +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=EF=BC=9Amd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++-- README.md | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd54991..c15dce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## 0.0.1-SNAPSHOT +## 1.0.0 +ohos 第一个版本 +* 正式版本 -ohos第一个版本 +## 0.0.1-SNAPSHOT +ohos第一个版本 * 实现了原库全部api \ No newline at end of file diff --git a/README.md b/README.md index f496827..53b021e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -32,7 +32,7 @@ allprojects { ```text dependencies { - implementation('com.gitee.chinasoft_ohos:LazyDatePicker:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:LazyDatePicker:1.0.0') ...... } ``` @@ -103,7 +103,7 @@ CloudTest代码测试无异常 #### 版本迭代 -* 0.0.1-SNAPSHOT +1.0.0 #### 版权和许可信息 -- Gitee