From 409f9fda1ebb5a2f5bb57b31815a8f3cc7473c88 Mon Sep 17 00:00:00 2001 From: Krzysztof Borowy Date: Wed, 27 Feb 2019 08:42:48 +0100 Subject: [PATCH] v1.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 97ed0a73..743b5de7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/async-storage", - "version": "1.0.1", + "version": "1.0.2", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "lib/AsyncStorage.js", "author": "Krzysztof Borowy ", @@ -80,4 +80,4 @@ } } } -} \ No newline at end of file +}