From b04ffbf1b80bdf5295cb36c21fc5ca62a7333e3c Mon Sep 17 00:00:00 2001 From: Krzysztof Borowy Date: Thu, 14 Nov 2019 07:57:28 +0100 Subject: [PATCH] v1.6.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7839827b..63dc6adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/async-storage", - "version": "1.6.2", + "version": "1.6.3", "description": "Asynchronous, persistent, key-value storage system for React Native.", "types": "./types/index.d.ts", "main": "./lib/index.js",