From ff782d2dc8993f0cd291ca71aac0a9a97daa914f Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Wed, 30 Aug 2023 14:49:16 +0500 Subject: [PATCH] release v0.10.0-alpha.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eff92afe..7492ccc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-mmkv-storage", - "version": "0.10.0-alpha.4", + "version": "0.10.0-alpha.5", "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": {