Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d68889d

Browse files
committedMar 14, 2019
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2019-03-14) ### Bug Fixes * Enable AsyncStorage on iOS. ([aae04db](aae04db))
1 parent aae04db commit d68889d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/async-storage",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
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)
Please sign in to comment.