diff --git a/app-android/app/build.gradle b/app-android/app/build.gradle index a4e7046d391..a3365282bd0 100644 --- a/app-android/app/build.gradle +++ b/app-android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "de.tutao.tutanota" minSdkVersion 21 targetSdkVersion 26 - versionCode 359130 - versionName "3.59.13" + versionCode 359140 + versionName "3.59.14" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app-ios/tutanota/Info.plist b/app-ios/tutanota/Info.plist index 5b947ee9fcd..3c917ea9469 100644 --- a/app-ios/tutanota/Info.plist +++ b/app-ios/tutanota/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.59.13 + 3.59.14 CFBundleURLTypes @@ -32,7 +32,7 @@ CFBundleVersion - 3.59.13 + 3.59.14 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/package-lock.json b/package-lock.json index 2f4c5dd4ce0..723ab209538 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tutanota", - "version": "3.59.13", + "version": "3.59.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fce59e01642..79816436c54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tutanota", - "version": "3.59.13", + "version": "3.59.14", "license": "GPL-3.0", "repository": { "type": "git",