Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clarisma committed Dec 16, 2022
1 parent c0642a9 commit b11f829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3-SNAPSHOT</version>
<version>0.1.3</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.3-SNAPSHOT</version>
<version>0.1.3</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 @@ -16,7 +16,7 @@

public class GolTool extends Application
{
public static final String VERSION = "0.1.3b";
public static final String VERSION = "0.1.3";

@Override public String version()
{
Expand Down

0 comments on commit b11f829

Please sign in to comment.