diff --git a/CHANGELOG.md b/CHANGELOG.md index fc940ac912634d8086ca2fc08b6cc6e978e4bfd2..2fef0750d613a247e7ffeb1f830e2cb36c61da9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 0.0.3-SNAPSHOT +## 1.0.0 +正式版本 + +## 0.0.3-SNAPSHOT ohos 第3个版本 * 代码优化 diff --git a/README.md b/README.md index 9a6ec117c4dbdbe4af19b0bb081ea76e4365b868..38292098181c871ece8824527d93061b7df923b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# progress-ability +# progress-ability #### 项目介绍 - 项目名称:progress-ability - 所属系列:openharmony的第三方组件适配移植 @@ -17,7 +17,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -27,7 +27,7 @@ ``` dependencies { - implementation('com.gitee.chinasoft_ohos:progress-ability:0.0.3-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:progress-ability:1.0.0') ...... } ``` @@ -38,7 +38,7 @@ #### 使用说明 根据您的用例,在布局中添加com.vlonjatg.progressability.ProgressDirectionalLayout或com.vlonjatg.progressability.ProgressDependentLayout或com.vlonjatg.progressability.ProgressStackLayout: - +