diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c863e36fd1f9f2b11e3a0d43766de84e72a14e..2c0d5babe19d592443abaa933e869392aced48a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -## 0.0.1-SNAPSHOT +## 1.0.0 ohos 第一个版本 +* 正式版本 + +## 0.0.2-SNAPSHOT +- findbugs修改 +## 0.0.1-SNAPSHOT +ohos 第一个版本 - 实现了原库的大部分功能 - 菜单中的选项点击后切换菜单显示效果差异 因为Ohos本身Fraction不支持Stack -## 0.0.2-SNAPSHOT - -- findbugs修改 \ No newline at end of file diff --git a/README.md b/README.md index e974a0ee7668e0cc4d0f4f73e6ae5fa4529300e4..f031c8281ded7809b3a272ebfcdc8623a9b9691b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Ohos-MultiBackStack 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:Ohos_Multibackstack:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:Ohos_Multibackstack:1.0.0') ...... } ``` @@ -121,7 +121,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -- 0.0.2-SNAPSHOT +1.0.0 ## 版权和许可信息 ````