From fc0c04607e4701a3672b9745170340acb44f1890 Mon Sep 17 00:00:00 2001 From: liuzhu <472527200@qq.com> Date: Mon, 9 Aug 2021 10:44:57 +0800 Subject: [PATCH 1/4] =?UTF-8?q?readme=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6bf9e6..ea0d32c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ #### 项目演示 - + #### 安装教程 @@ -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/' } } } @@ -31,7 +31,7 @@ ``` dependencies { - implementation('com.gitee.chinasoft_ohos:GridPasswordView:0.0.4-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:GridPasswordView:1.0.0') ...... } ``` -- Gitee From e3647b527f9bf42e799f3665cbfc933ab9e81526 Mon Sep 17 00:00:00 2001 From: liuzhu <472527200@qq.com> Date: Mon, 9 Aug 2021 10:47:51 +0800 Subject: [PATCH 2/4] =?UTF-8?q?readme=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f5d32..0378388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.0.0 +* 正式版发布 + ## 0.0.4-SNAPSHOT ohos 第四个版本,基本实现了原库的功能 -- Gitee From 1c96fe05d3a6450540797cd2f6cc70513ddf494a Mon Sep 17 00:00:00 2001 From: liuzhu <472527200@qq.com> Date: Mon, 9 Aug 2021 15:22:57 +0800 Subject: [PATCH 3/4] =?UTF-8?q?readme=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea0d32c..fe26efe 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 #### 版本迭代 -- 0.0.4-SNAPSHOT +- 1.0.0 #### 版权和许可信息 -- Gitee From 1d170061486f29b78055b3b4d055e14732cb828f Mon Sep 17 00:00:00 2001 From: liuzhu <472527200@qq.com> Date: Mon, 16 Aug 2021 10:08:54 +0800 Subject: [PATCH 4/4] =?UTF-8?q?readme=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe26efe..f6e689a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ #### 项目演示 - + #### 安装教程 -- Gitee