From c99e53abc410d041f9c86b10a4c6b6954cf85be7 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 15 Feb 2024 15:30:49 +0100 Subject: [PATCH] chore: release 2.12.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bcb9d9b..9c300d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-mmkv", - "version": "2.12.0", + "version": "2.12.1", "description": "The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.", "main": "lib/commonjs/index", "module": "lib/module/index",