Skip to content

Commit

Permalink
release: @react-native-oh-tpl/[email protected] (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: panyinan <[email protected]>
  • Loading branch information
Xiiyy and panyinan authored Oct 22, 2024
1 parent fd7da32 commit 0afdfb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion harmony/file_access/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '3.1.0-0.0.1';
export const HAR_VERSION = '3.1.0-0.0.2';
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';
Expand Down
2 changes: 1 addition & 1 deletion harmony/file_access/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-file-access",
"version": "3.1.0-0.0.1",
"version": "3.1.0-0.0.2",
"description": "Keep the screen from going to sleep. iOS , Android and Harmony",
"main": "Index.ets",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-oh-tpl/react-native-file-access",
"version": "3.1.0-0.0.1",
"version": "3.1.0-0.0.2",
"description": "Filesystem access for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 0afdfb8

Please sign in to comment.