diff --git a/harmony/charts-wrapper/BuildProfile.ets b/harmony/charts-wrapper/BuildProfile.ets index 3a501e5d..9b08121a 100644 --- a/harmony/charts-wrapper/BuildProfile.ets +++ b/harmony/charts-wrapper/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 = '1.0.0'; +export const HAR_VERSION = '0.8.0-rc.1'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/charts-wrapper/oh-package.json5 b/harmony/charts-wrapper/oh-package.json5 index a8812948..771b0a7d 100644 --- a/harmony/charts-wrapper/oh-package.json5 +++ b/harmony/charts-wrapper/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-ohos/react-native-charts-wrapper", - "version": "0.7.0", + "version": "0.8.0-rc.1", "description": "Please describe the basic information.", "main": "Index.ets", "author": "", diff --git a/harmony/charts_wrapper.har b/harmony/charts_wrapper.har index 3facc76f..1709d9f7 100644 Binary files a/harmony/charts_wrapper.har and b/harmony/charts_wrapper.har differ diff --git a/package.json b/package.json index 315d280b..466895ca 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/wuxudong/react-native-charts-wrapper.git" }, - "version": "0.7.0", + "version": "0.8.0-rc.1", "description": "A react-native charts support both android and iOS.", "author": "wuxudong", "license": "MIT",