diff --git a/android/app/build.gradle b/android/app/build.gradle
index 0756374d..5a4533d9 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -97,8 +97,8 @@ android {
applicationId "com.standardnotes"
minSdkVersion 21
targetSdkVersion 25
- versionCode 2020000
- versionName "2.2"
+ versionCode 2020100
+ versionName "2.2.1"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
diff --git a/ios/StandardNotes/Info.plist b/ios/StandardNotes/Info.plist
index c55a2241..7faadc0d 100644
--- a/ios/StandardNotes/Info.plist
+++ b/ios/StandardNotes/Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.2
+ 2.2.1
CFBundleSignature
????
CFBundleVersion
- 2
+ 1
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/package.json b/package.json
index a7c9453e..b3d48947 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
"name": "StandardNotes",
- "version": "2.2",
- "versionIOS": "2.2",
- "versionAndroid": "2.2",
+ "version": "2.2.1",
+ "versionIOS": "2.2.1",
+ "versionAndroid": "2.2.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",