diff --git a/harmony/fs.har b/harmony/fs.har index 6a58131f..f44527cd 100644 Binary files a/harmony/fs.har and b/harmony/fs.har differ diff --git a/harmony/fs/BuildProfile.ets b/harmony/fs/BuildProfile.ets index dff2d016..3403999e 100644 --- a/harmony/fs/BuildProfile.ets +++ b/harmony/fs/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 = '2.20.0-0.1.13'; +export const HAR_VERSION = '2.20.0-0.1.14'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/fs/oh-package.json5 b/harmony/fs/oh-package.json5 index d13597bd..17f22132 100644 --- a/harmony/fs/oh-package.json5 +++ b/harmony/fs/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-fs", - "version": "2.20.0-0.1.13", + "version": "2.20.0-0.1.14", "description": "Please describe the basic information.", "main": "index.ets", "types": "module", diff --git a/package.json b/package.json index 92c4ac5d..10c66b46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-fs", - "version": "2.20.0-0.1.13", + "version": "2.20.0-0.1.14", "description": "Native filesystem access for react-native", "main": "FS.common.js", "typings": "index.d.ts",