diff --git a/android/app/build.gradle b/android/app/build.gradle index e312ca0..3f146ec 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -132,8 +132,8 @@ android { applicationId 'io.incipher.einmal' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 4 - versionName "1.0.0" + versionCode 5 + versionName "1.1.0" } splits { abi { diff --git a/app.json b/app.json index e9abaab..c7efa29 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "einmal", "privacy": "unlisted", "platforms": ["ios", "android"], - "version": "1.0.0", + "version": "1.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "backgroundColor": "#000000",