diff --git a/harmony/codePush.har b/harmony/codePush.har index cd5a813f..af664380 100644 Binary files a/harmony/codePush.har and b/harmony/codePush.har differ diff --git a/harmony/codePush/BuildProfile.ets b/harmony/codePush/BuildProfile.ets index 784042ea..734ac171 100644 --- a/harmony/codePush/BuildProfile.ets +++ b/harmony/codePush/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 = '8.2.2-0.0.5'; +export const HAR_VERSION = '8.2.2-0.0.6'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/codePush/oh-package.json5 b/harmony/codePush/oh-package.json5 index 20bf8199..3f73a2cd 100644 --- a/harmony/codePush/oh-package.json5 +++ b/harmony/codePush/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-code-push", - "version": "8.2.2-0.0.5", + "version": "8.2.2-0.0.6", "license": "ISC", "types": "", "devDependencies": {}, diff --git a/package.json b/package.json index 63c25e3c..f3994c62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-code-push", - "version": "8.2.2-0.0.5", + "version": "8.2.2-0.0.6", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "typings": "typings/react-native-code-push.d.ts",