diff --git a/harmony/mmkv_storage.har b/harmony/mmkv_storage.har index c1aa14e..5d25669 100644 Binary files a/harmony/mmkv_storage.har and b/harmony/mmkv_storage.har differ diff --git a/harmony/mmkv_storage/oh-package.json5 b/harmony/mmkv_storage/oh-package.json5 index b4ab3ce..78d2cd6 100644 --- a/harmony/mmkv_storage/oh-package.json5 +++ b/harmony/mmkv_storage/oh-package.json5 @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-mmkv-storage", - "version": "0.10.3-0.0.1", + "version": "0.10.3-0.0.2", "description": "Please describe the basic information.", "main": "index.ets", "author": "", diff --git a/package.json b/package.json index 66d5dd4..2a7a7ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-oh-tpl/react-native-mmkv-storage", - "version": "0.10.3-0.0.1", + "version": "0.10.3-0.0.2", "description": "This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion users). Unlike other storage solutions for React Native, this library lets you store any kind of data type, in any number of database instances, with or without encryption in a very fast and efficient way.", "main": "./dist/index.js", "scripts": {