Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit cf98ab9

Browse files
authored
Merge pull request #26 from fengbl-create/sig
release:@react-native-oh-tpl/react-native-code-push@8.2.2-0.0.7
2 parents edd984b + e118044 commit cf98ab9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

harmony/codePush.har

349 Bytes
Binary file not shown.

harmony/codePush/BuildProfile.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Use these variables when you tailor your ArkTS code. They must be of the const type.
33
*/
4-
export const HAR_VERSION = '8.2.2-0.0.6';
4+
export const HAR_VERSION = '8.2.2-0.0.7';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

harmony/codePush/oh-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-code-push",
3-
"version": "8.2.2-0.0.6",
3+
"version": "8.2.2-0.0.7",
44
"license": "ISC",
55
"types": "",
66
"devDependencies": {},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-code-push",
3-
"version": "8.2.2-0.0.6",
3+
"version": "8.2.2-0.0.7",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"typings": "typings/react-native-code-push.d.ts",

0 commit comments

Comments
 (0)