diff --git a/harmony/codePush.har b/harmony/codePush.har index 196eed79a..b954bf372 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 3d8edf296..16050c94c 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.2'; +export const HAR_VERSION = '8.2.2-0.0.4'; 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 678132c25..f7fbfdccc 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.3", + "version": "8.2.2-0.0.4", "license": "ISC", "types": "", "devDependencies": {}, diff --git a/package.json b/package.json index bbe0a5ec0..971b81b22 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.3", + "version": "8.2.2-0.0.4", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "typings": "typings/react-native-code-push.d.ts",