Skip to content

Commit 0b10a15

Browse files
committed
修改版本号
1 parent f88a695 commit 0b10a15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

harmony/fs/BuildProfile.ets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default class BuildProfile {
2-
static readonly HAR_VERSION = '2.20.0-0.1.2';
2+
static readonly HAR_VERSION = '2.20.0-0.1.3';
33
static readonly BUILD_MODE_NAME = 'debug';
44
static readonly DEBUG = true;
55
static readonly TARGET_NAME = 'default';

harmony/fs/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-fs",
3-
"version": "2.20.0-0.1.2",
3+
"version": "2.20.0-0.1.3",
44
"description": "Please describe the basic information.",
55
"main": "index.ets",
66
"types": "module",

0 commit comments

Comments
 (0)