diff --git a/harmony/codePush.har b/harmony/codePush.har index 63bc5a54d..ac9e9f624 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 a5a5da0c6..3d8edf296 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.1'; +export const HAR_VERSION = '8.2.2-0.0.2'; 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 a9e9d18a2..6e7f2c787 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.1", + "version": "8.2.2-0.0.2", "license": "ISC", "types": "", "devDependencies": {}, diff --git a/package.json b/package.json index f496e2f88..837eb029e 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.1", + "version": "8.2.2-0.0.2", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "typings": "typings/react-native-code-push.d.ts",