From af2664e5334175a180d71e22fe10e184904d63ff Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Wed, 1 Apr 2020 14:05:04 -0700 Subject: [PATCH] v1.9.0 --- .npmignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 83c959c4..3b05e4cc 100644 --- a/.npmignore +++ b/.npmignore @@ -29,6 +29,7 @@ scripts/ # Example example/ +app.json # Android android/*/build/ diff --git a/package.json b/package.json index 84d62244..fc9890d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/async-storage", - "version": "1.8.1", + "version": "1.9.0", "description": "Asynchronous, persistent, key-value storage system for React Native.", "types": "./types/index.d.ts", "main": "./lib/index.js",