diff --git a/harmony/fs.har b/harmony/fs.har index 91050c89..cc2e438b 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 ccc42ab4..fa59f0dd 100644 --- a/harmony/fs/BuildProfile.ets +++ b/harmony/fs/BuildProfile.ets @@ -1,5 +1,5 @@ export default class BuildProfile { - static readonly HAR_VERSION = '2.20.0-0.1.7'; + static readonly HAR_VERSION = '2.20.0-nc.0.1.9'; static readonly BUILD_MODE_NAME = 'debug'; static readonly DEBUG = true; static readonly TARGET_NAME = 'default'; diff --git a/harmony/fs/oh-package.json5 b/harmony/fs/oh-package.json5 index faeba5d9..70d7a71c 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.9", + "version": "2.20.0-nc.0.1.9", "description": "Please describe the basic information.", "main": "index.ets", "types": "module", diff --git a/package.json b/package.json index a48e34d2..5b4530ce 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.9", + "version": "2.20.0-nc.0.1.9", "description": "Native filesystem access for react-native", "main": "FS.common.js", "typings": "index.d.ts",