diff --git a/CHANGELOG.md b/CHANGELOG.md index 667a9319184fc6042c4d718f5c74057fb2ee4a1f..4cfc145a52e5031d4c38318fda24321cacc4d39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 +ohos 第一个版本 +* 正式版本 + ## 0.0.1-SNAPSHOT ohos 第一个版本 * 实现了原库的大部分 api diff --git a/README.md b/README.md index 2a73f03a0d1163570064ba3ac086dc0c660bb2c2..ca510d358870b82ab51848e1944695acd8cb4570 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -44,7 +44,7 @@ allprojects { ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:timetable-view:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:timetable-view:1.0.0') ...... } ``` @@ -2401,5 +2401,5 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.1-SNAPSHOT +- 1.0.0