Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit 1f7aadf

Browse files
committed
Bumped version
1 parent 917fc36 commit 1f7aadf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
minSdkVersion 21
2828
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
2929
versionCode 50
30-
versionName "4.0.0"
30+
versionName "4.0.1"
3131
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3232
}
3333

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-encrypted-storage",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A React Native wrapper over SharedPreferences and Keychain to provide a secure alternative to Async Storage",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)