diff --git a/android/app/build.gradle b/android/app/build.gradle index 4a57b8a0..826b1e17 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -97,8 +97,8 @@ android { applicationId "com.standardnotes" minSdkVersion 21 targetSdkVersion 25 - versionCode 2030900 - versionName "2.3.9" + versionCode 2031000 + versionName "2.3.10" multiDexEnabled true ndk { abiFilters "armeabi-v7a", "x86" diff --git a/ios/StandardNotes/Info.plist b/ios/StandardNotes/Info.plist index e0b1cd2b..b0c46ede 100644 --- a/ios/StandardNotes/Info.plist +++ b/ios/StandardNotes/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.3.9 + 2.3.10 CFBundleSignature ???? CFBundleVersion diff --git a/package.json b/package.json index 26880c27..f56e9122 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "StandardNotes", - "version": "2.3.9", - "versionIOS": "2.3.9", - "versionAndroid": "2.3.9", + "version": "2.3.10", + "versionIOS": "2.3.10", + "versionAndroid": "2.3.10", "license": "AGPL-3.0-or-later", "private": true, "scripts": {