Skip to content

Commit af2664e

Browse files
committed
v1.9.0
1 parent 8fc9de7 commit af2664e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ scripts/
2929

3030
# Example
3131
example/
32+
app.json
3233

3334
# Android
3435
android/*/build/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/async-storage",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"types": "./types/index.d.ts",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)