diff --git a/README.md b/README.md index 04fd3ea..6a1884c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ## 文档地址 / Documentation URL -[中文 / Chinese](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-textinput-maxlength-fixed.md) +[中文 / Chinese](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/zh-cn/react-native-textinput-maxlength-fixed.md) -[英文 / English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-en/react-native-textinput-maxlength-fixed.md) +[英文 / English](https://gitcode.com/OpenHarmony-RN/usage-docs/blob/master/zh-en/react-native-textinput-maxlength-fixed.md) ## Codegen diff --git a/harmony/textinput_maxlength_fixed.har b/harmony/textinput_maxlength_fixed.har index bad7d82..26b7bb8 100644 Binary files a/harmony/textinput_maxlength_fixed.har and b/harmony/textinput_maxlength_fixed.har differ diff --git a/harmony/textinput_maxlength_fixed/oh-package.json5 b/harmony/textinput_maxlength_fixed/oh-package.json5 index 7e8661e..63da5cc 100644 --- a/harmony/textinput_maxlength_fixed/oh-package.json5 +++ b/harmony/textinput_maxlength_fixed/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/react-native-textinput-maxlength-fixed", - "version": "0.2.0-rc.1", + "version": "0.2.0", "description": "React Native wrapper for HarmonyOS textinput", "main": "index.ets", "author": "", diff --git a/package.json b/package.json index dd7aed3..4d5e8e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/react-native-textinput-maxlength-fixed", - "version": "0.2.0-rc.1", + "version": "0.2.0", "description": "fix TextInput's maxLength bug when using a non-English input method.", "main": "lib/commonjs/index", "module": "lib/module/index",