diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e8a95dd9b06b096d2ad7a075b4d62ba15b2b9fb..e1810feb59d8cb4ebaa30978893f8bd2c232766a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.0.0 +* 正式版发布 ## 0.0.1-SNAPSHOT ohos 第一个版本 diff --git a/README.md b/README.md index 8a89dd73fa9e3ffcd0d5d757d4a186123060a38f..d86998bcb33b98b173d1cb76c0fdb1d5a34f7f24 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -26,17 +26,20 @@ allprojects { --RxJava2 ``` dependencies { - implementation('com.gitee.chinasoft_ohos:bizsocket_rx1:0.0.4-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:bizsocket_logger:0.0.1-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:bizsocket_tcp:0.0.1-SNAPSHOT') - implementation('com.gitee.chinasoft_ohos:bizsocket_core:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:bizsocket_rx1:1.0.0') + implementation('com.gitee.chinasoft_ohos:bizsocket_logger:1.0.0') + implementation('com.gitee.chinasoft_ohos:bizsocket_tcp:1.0.0') + implementation('com.gitee.chinasoft_ohos:bizsocket_core:1.0.0') ...... } ``` --RxJava ``` dependencies { - implementation('com.gitee.chinasoft_ohos:bizsocket_rx2:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:bizsocket_rx2:1.0.0') + implementation('com.gitee.chinasoft_ohos:bizsocket_logger:1.0.0') + implementation('com.gitee.chinasoft_ohos:bizsocket_tcp:1.0.0') + implementation('com.gitee.chinasoft_ohos:bizsocket_core:1.0.0') ...... } ``` @@ -271,4 +274,4 @@ public static void main(String[] args) { - 当前版本demo功能与原组件基本无差异 #### 版本迭代 -- 0.0.4-SNAPSHOT \ No newline at end of file +- 1.0.0 \ No newline at end of file