Skip to content

Commit

Permalink
publish v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Nov 3, 2024
1 parent 15f421d commit f942d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-mmkv-storage",
"version": "0.11.0-alpha.0",
"version": "0.11.0",
"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": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"codegenConfig": {
"name": "MMKVStorageSpec",
"type": "modules",
"jsSrcsDir": "src",
"jsSrcsDir": "./",
"outputDir": {
"ios": "ios/generated",
"android": "android/generated"
Expand Down

0 comments on commit f942d48

Please sign in to comment.