Skip to content

Commit 2d46fab

Browse files
committed
Update change log and bump version numbers
1 parent 935a307 commit 2d46fab

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.
22

3+
21.2.0.2:
4+
5+
- Fix disambiguation menu regression when merging node to multiple ways
6+
- Fix inverted logic when creating the disambiguation menu in some cases
7+
38
21.2.0.1:
49

510
- Fix wrap welcome text in a ScrollView

src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:installLocation="auto"
5-
android:versionCode="3300"
5+
android:versionCode="3301"
66
android:versionName="@string/app_version" >
77

88
<uses-sdk tools:overrideLibrary="androidx.core.splashscreen" />

src/main/res/values/appname.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string translatable="false" name="app_name">Vespucci</string>
4-
<string translatable="false" name="app_version">21.2.0.1</string>
5-
<string translatable="false" name="app_name_version">Vespucci 21.2 BETA 1</string>
4+
<string translatable="false" name="app_version">21.2.0.2</string>
5+
<string translatable="false" name="app_name_version">Vespucci 21.2 BETA 2</string>
66
</resources>

0 commit comments

Comments
 (0)