Skip to content

Commit f942d48

Browse files
committed
publish v0.11.0
1 parent 15f421d commit f942d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mmkv-storage",
3-
"version": "0.11.0-alpha.0",
3+
"version": "0.11.0",
44
"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.",
55
"main": "./dist/index.js",
66
"scripts": {
@@ -62,7 +62,7 @@
6262
"codegenConfig": {
6363
"name": "MMKVStorageSpec",
6464
"type": "modules",
65-
"jsSrcsDir": "src",
65+
"jsSrcsDir": "./",
6666
"outputDir": {
6767
"ios": "ios/generated",
6868
"android": "android/generated"

0 commit comments

Comments
 (0)