diff --git a/notices/README.TXT b/notices/README.TXT index e7efd8f..8cc0ea5 100644 --- a/notices/README.TXT +++ b/notices/README.TXT @@ -1,4 +1,4 @@ -Geographic Object Librarian (GOL) 0.1.11-SNAPSHOT EA +Geographic Object Librarian (GOL) 0.2.0 EA ========================================== Copyright (c) Clarisma / GeoDesk contributors diff --git a/pom.xml b/pom.xml index bc1205c..4e8d03d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.geodesk gol-tool - 0.1.11-SNAPSHOT + 0.2.0 jar GeoDesk GOL Tool @@ -21,7 +21,7 @@ com.geodesk geodesk - 0.1.11-SNAPSHOT + 0.2.0 diff --git a/src/main/java/com/geodesk/gol/GolTool.java b/src/main/java/com/geodesk/gol/GolTool.java index d6b1393..2a18b7c 100644 --- a/src/main/java/com/geodesk/gol/GolTool.java +++ b/src/main/java/com/geodesk/gol/GolTool.java @@ -12,7 +12,7 @@ public class GolTool extends Application { - public static final String VERSION = "0.1.11-SNAPSHOT"; + public static final String VERSION = "0.2.0"; @Override public String version() {