Skip to content

Commit ec47e46

Browse files
authored
release: @react-native-oh-tpl/[email protected] (#3)
1 parent 0f1d84f commit ec47e46

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

harmony/file_access.har

25 Bytes
Binary file not shown.

harmony/file_access/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 = '3.1.0';
4+
export const HAR_VERSION = '3.1.0-0.0.1';
55
export const BUILD_MODE_NAME = 'debug';
66
export const DEBUG = true;
77
export const TARGET_NAME = 'default';

harmony/file_access/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-file-access",
3-
"version": "3.1.0",
3+
"version": "3.1.0-0.0.1",
44
"description": "Keep the screen from going to sleep. iOS , Android and Harmony",
55
"main": "Index.ets",
66
"author": "",

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-file-access",
3-
"version": "3.1.0",
3+
"version": "3.1.0-0.0.1",
44
"description": "Filesystem access for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)