From 6dd889b696c58e9cca96e36a684845facf2520c5 Mon Sep 17 00:00:00 2001 From: Krzysztof Borowy Date: Mon, 18 May 2020 19:44:43 +0200 Subject: [PATCH] v1.10.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04b9475c..c54853c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/async-storage", - "version": "1.10.1", + "version": "1.10.2", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/commonjs/index.js", "module": "lib/module/index.js",