diff --git a/android/app/build.gradle b/android/app/build.gradle
index 1f24a3c50b..bb215b6762 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -109,8 +109,8 @@ android {
minSdkVersion 16
missingDimensionStrategy 'react-native-camera', 'general'
targetSdkVersion 28
- versionCode 221
- versionName "2.2.1"
+ versionCode 222
+ versionName "2.2.2"
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
}
diff --git a/ios/NativeSigner/Info.plist b/ios/NativeSigner/Info.plist
index 40f70d5015..8fd61ef95e 100644
--- a/ios/NativeSigner/Info.plist
+++ b/ios/NativeSigner/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.2.1
+ 2.2.2
CFBundleSignature
????
CFBundleVersion
- 221
+ 222
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/package.json b/package.json
index 1c738cc58e..76c9d51277 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "NativeSigner",
- "version": "2.2.1-beta",
+ "version": "2.2.2-beta",
"private": true,
"license": "GPL-3.0",
"engines": {