Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clarisma committed Apr 13, 2024
1 parent 749c677 commit 1d56765
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion notices/README.TXT
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.geodesk</groupId>
<artifactId>gol-tool</artifactId>
<version>0.1.11-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<name>GeoDesk GOL Tool</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.geodesk</groupId>
<artifactId>geodesk</artifactId>
<version>0.1.11-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<!-- Testing -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/geodesk/gol/GolTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 1d56765

Please sign in to comment.