diff --git a/harmony/codePush.har b/harmony/codePush.har index b954bf372..cd5a813fc 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 16050c94c..784042eac 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.4'; +export const HAR_VERSION = '8.2.2-0.0.5'; 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 f7fbfdccc..20bf81996 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.4", + "version": "8.2.2-0.0.5", "license": "ISC", "types": "", "devDependencies": {}, diff --git a/package.json b/package.json index 971b81b22..63c25e3c9 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.4", + "version": "8.2.2-0.0.5", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "typings": "typings/react-native-code-push.d.ts",