Skip to content

Commit

Permalink
set new version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
afischerdev committed Dec 21, 2021
1 parent 905fe6d commit 623f3c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions brouter-core/src/main/java/btools/router/OsmTrack.java
Expand Up @@ -33,8 +33,8 @@

public final class OsmTrack
{
final public static String version = "1.6.2";
final public static String versionDate = "10102021";
final public static String version = "1.6.3";
final public static String versionDate = "21122021";

// csv-header-line
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";
Expand Down
2 changes: 1 addition & 1 deletion brouter-routing-app/build.gradle
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "btools.routingapp"

versionCode 42
versionCode 43
versionName project.version

resValue('string', 'app_version', defaultConfig.versionName)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -21,7 +21,7 @@ allprojects {
// this file
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
project.version "1.6.2"
project.version "1.6.3"
group 'org.btools'

repositories {
Expand Down

0 comments on commit 623f3c0

Please sign in to comment.