From 296a533690b5a6027bef597cb0f8d25b81b5e4e0 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Sat, 2 Nov 2024 18:45:26 +0100 Subject: [PATCH] version up --- CHANGELOG.md | 5 +++++ app/build.gradle.kts | 4 ++-- app/src/main/res/raw/changelog.html | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f10bc3d6..730c84ecd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v60.0-alpha2 + +- Added language Estonian by Priit Jõerüüt +- Building levels: Don't ask if building levels and roof height are already specified (#5996) + ## v60.0-alpha1 Redesigned the main screen a little. Here and there you'll notice small differences. The dialog to diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ddb4c1e9a5..27c6009239 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { applicationId = "de.westnordost.streetcomplete" minSdk = 21 targetSdk = 34 - versionCode = 6000 - versionName = "60.0-alpha1" + versionCode = 6001 + versionName = "60.0-alpha2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html index 5d340f7635..67572104a8 100644 --- a/app/src/main/res/raw/changelog.html +++ b/app/src/main/res/raw/changelog.html @@ -1,4 +1,9 @@ +

v60.0-alpha2

+

v60.0-alpha1

Redesigned the main screen a little. Here and there you'll notice small differences. The dialog to start the team mode from the menu is more descriptive now, for example. (#5799)