diff --git a/README.md b/README.md
index 51fc2ebeb57e0e107af19a9a2bf5f58e1be9d5d8..32056b778fdcd857807c77129533e3cb277ae5ea 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ZWebView
+# ZWebView
## 项目介绍
项目名称:ZWebView
@@ -16,7 +16,7 @@
开发版本:sdk6,DevEco Studio 2.2 Beta1
## 效果演示
-
+
## 安装教程
1.在项目根目录下的build.gradle文件中,
@@ -24,7 +24,7 @@
allprojects {
repositories {
maven {
- url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
+ url 'https://s01.oss.sonatype.org/content/repositories/releases/'
}
}
}
@@ -33,7 +33,7 @@ allprojects {
2.在entry模块的build.gradle文件中,
```
dependencies {
- implementation('com.gitee.chinasoft_ohos:zwebview:0.0.2-SNAPSHOT')
+ implementation('com.gitee.chinasoft_ohos:zwebview:1.0.0')
......
}
```
@@ -270,7 +270,7 @@ CloudTest代码测试无异常
当前版本demo功能与原组件基本无差异
## 版本迭代
-- 0.0.2-SNAPSHOT
+- 1.0.0
## 版权和许可信息
```
diff --git a/ohos/CHANGELOG.md b/ohos/CHANGELOG.md
index d0accf4bba817a76a3d39c172744fe44a668bb34..6e59e1fb60f7e3b82e96d5dd00f8ea256fd59d11 100644
--- a/ohos/CHANGELOG.md
+++ b/ohos/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 1.0.0
+* 正式版发布
+
## 0.0.2-SNAPSHOT
ohos 第二个版本
diff --git a/ohos/README.md b/ohos/README.md
index e2efdd0f477030e083eb67d66876bb15e60019d2..32056b778fdcd857807c77129533e3cb277ae5ea 100644
--- a/ohos/README.md
+++ b/ohos/README.md
@@ -16,7 +16,7 @@
开发版本:sdk6,DevEco Studio 2.2 Beta1
## 效果演示
-
+
## 安装教程
1.在项目根目录下的build.gradle文件中,
@@ -24,7 +24,7 @@
allprojects {
repositories {
maven {
- url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
+ url 'https://s01.oss.sonatype.org/content/repositories/releases/'
}
}
}
@@ -33,7 +33,7 @@ allprojects {
2.在entry模块的build.gradle文件中,
```
dependencies {
- implementation('com.gitee.chinasoft_ohos:zwebview:0.0.2-SNAPSHOT')
+ implementation('com.gitee.chinasoft_ohos:zwebview:1.0.0')
......
}
```
@@ -270,7 +270,7 @@ CloudTest代码测试无异常
当前版本demo功能与原组件基本无差异
## 版本迭代
-- 0.0.2-SNAPSHOT
+- 1.0.0
## 版权和许可信息
```