From 0005ad7e14512d3ce43842dc550cfcd598084992 Mon Sep 17 00:00:00 2001 From: Krzysztof Borowy Date: Tue, 9 Jul 2019 20:19:45 +0200 Subject: [PATCH] v1.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7599ca1b..4b4a9f1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/async-storage", - "version": "1.5.0", + "version": "1.5.1", "description": "Asynchronous, persistent, key-value storage system for React Native.", "types": "./types/index.d.ts", "main": "lib/index.js",