Skip to content

Commit

Permalink
Bump version numbers and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 10, 2019
1 parent c073848 commit d94ccf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
See https://github.com/MarcusWolschon/osmeditor4android/ for documentation on this version and all changes.

12.1.6: Avoid the potential for a loop attempting to join a Node to itself, updated imagery and translations.

12.1.5: Exempt rhino from Proguard, updated translations and imagery.

12.1.4: Small performance improvements, updated translations.
Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.blau.android"
android:installLocation="auto"
android:versionCode="1005"
android:versionCode="1006"
android:versionName="@string/app_version" >

<uses-sdk
Expand Down
4 changes: 2 additions & 2 deletions src/main/res/values/appname.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string translatable="false" name="app_name">Vespucci</string>
<string translatable="false" name="app_version">12.1.5.0</string>
<string translatable="false" name="app_name_version">Vespucci 12.1.5</string>
<string translatable="false" name="app_version">12.1.6.0</string>
<string translatable="false" name="app_name_version">Vespucci 12.1.6</string>
</resources>

0 comments on commit d94ccf0

Please sign in to comment.