diff --git a/CHANGELOG.md b/CHANGELOG.md index dff5a09..a6eebc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v0.5.0-rc.1 -* pre-release: @react-native-ohos/react-native-version-number@0.5.0-rc.1 +* pre-release: @react-native-ohos/react-native-version-number@0.5.0-beta.1 # v0.4.0 - release v0.4.0 diff --git a/harmony/rnoh_version_number.har b/harmony/rnoh_version_number.har index af261d3..f75d1db 100644 Binary files a/harmony/rnoh_version_number.har and b/harmony/rnoh_version_number.har differ diff --git a/harmony/rnoh_version_number/BuildProfile.ets b/harmony/rnoh_version_number/BuildProfile.ets index 2b760a2..a7a5f37 100644 --- a/harmony/rnoh_version_number/BuildProfile.ets +++ b/harmony/rnoh_version_number/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '0.5.0-rc.1'; +export const HAR_VERSION = '0.5.0-beta.1'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/rnoh_version_number/oh-package.json5 b/harmony/rnoh_version_number/oh-package.json5 index ae82e56..13dfda3 100644 --- a/harmony/rnoh_version_number/oh-package.json5 +++ b/harmony/rnoh_version_number/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/react-native-version-number", - "version": "0.5.0-rc.1", + "version": "0.5.0-beta.1", "description": "Please describe the basic information.", "main": "index.ets", "author": "", diff --git a/package.json b/package.json index cc764a3..76b0cda 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,10 @@ { "name": "@react-native-ohos/react-native-version-number", - "version": "0.5.0-rc.1", + "version": "0.5.0-beta.1", "description": "Access app version inside React Native", "main": "index.js", + "homepage": "https://github.com/react-native-oh-library/react-native-version-number#readme", + "repository": "https://github.com/react-native-oh-library/react-native-version-number", "scripts": { "lint": "eslint index.js", "test": "npm run lint",