diff --git a/CHANGELOG.md b/CHANGELOG.md index 7beb0658247627a96373d42ca1f931824f613563..e317abf087f43ee63affd445aa999615977f6dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,6 @@ +## 1.0.0 +ohos 第一个版本 +* 正式版本 + ## 0.0.1-SNAPSHOT ohos 第一个版本,完整实现了原库的全部 api \ No newline at end of file diff --git a/README.md b/README.md index c49637a0fffda5594c10438f03de830dc6371fbd..857cf6705996a1f99c0bcee0d493387b7f5e3fa7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ CircleView allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -30,7 +30,7 @@ allprojects { ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:CircleView:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:CircleView:1.0.0') ...... } ```