diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cb152a93c5d8433cf13501e5378b7d82722761..90ea16bf3acbbdbb55d72b4ed0312d2248df2e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.1 + +- 发布2.0.1正式版 + + ## 2.0.1-rc.0 - 新增接口声明文件index.d.ts diff --git a/README.md b/README.md index ca63c0795dd7d4aeba111915b0d388f8c7eb34b4..4c4dcb1bad77ce68289c065b5bdfb279a2c8eb8e 100644 --- a/README.md +++ b/README.md @@ -179,9 +179,9 @@ spring.setEndValue(0); ## 约束与限制 在下述版本验证通过: -DevEco Studio(5.0.3.122), SDK:API12 (5.0.0.17)。 - -DevEco Studio 版本: 4.1 Canary(4.1.3.317),OpenHarmony SDK:API11 (4.1.0.36)。 +- DevEco Studio: NEXT Beta1-5.0.3.806, SDK: API12 Release(5.0.0.66) +- DevEco Studio(5.0.3.122), SDK:API12 (5.0.0.17) +- DevEco Studio 版本: 4.1 Canary(4.1.3.317),OpenHarmony SDK:API11 (4.1.0.36) ## 目录结构 diff --git a/entry/oh-package.json5 b/entry/oh-package.json5 index e08f16903652ae714ff59e1835c4097a4c229136..2556687e26700e02c0690e94d9e6702d36009ba0 100644 --- a/entry/oh-package.json5 +++ b/entry/oh-package.json5 @@ -5,7 +5,7 @@ "name": "entry", "description": "rebound is a simple library that models Spring dynamics for the purpose of driving physical animations.", "main": "", - "version": "2.0.1-rc.0", + "version": "2.0.1", "dependencies": { "@ohos/rebound": "file:../library" } diff --git a/library/oh-package.json5 b/library/oh-package.json5 index edcb57d38b57344be820b513ca729c1b002c574a..be9a71bc94bc46b6a670e2eafb50f4e62f9758c8 100644 --- a/library/oh-package.json5 +++ b/library/oh-package.json5 @@ -7,7 +7,7 @@ "repository": "https://gitee.com/openharmony-tpc/rebound", "description": "rebound is a simple library that models Spring dynamics for the purpose of driving physical animations.", "main": "Index.ets", - "version": "2.0.1-rc.0", + "version": "2.0.1", "keywords": [ "rebound", "OpenHarmony", diff --git a/oh-package.json5 b/oh-package.json5 index 9f39b65b262b2b0ed2f25809c3f3b1915af564b5..0d9748f6d8309c4173dd705fd01fc10b1a7c97f8 100644 --- a/oh-package.json5 +++ b/oh-package.json5 @@ -7,6 +7,6 @@ "name": "rebound", "description": "rebound is a simple library that models Spring dynamics for the purpose of driving physical animations.", "main": "", - "version": "2.0.1-rc.0", + "version": "2.0.1", "dependencies": {} }