Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Nov 2, 2024
1 parent e970034 commit 296a533
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<!-- Do not edit! This file was generated automatically from CHANGELOG.md via UpdateChangelogTask -->
<h2>v60.0-alpha2</h2>
<ul>
<li>Added language Estonian by Priit Jõerüüt</li>
<li>Building levels: Don't ask if building levels and roof height are already specified (<a href="https://github.com/streetcomplete/StreetComplete/issues/5996">#5996</a>)</li>
</ul>
<h2>v60.0-alpha1</h2>
<p>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. (<a href="https://github.com/streetcomplete/StreetComplete/issues/5799">#5799</a>)</p>
Expand Down

0 comments on commit 296a533

Please sign in to comment.