Skip to content

Commit

Permalink
Version bump to 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Warlander committed Mar 1, 2019
1 parent 96dcd9d commit cefb350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pl.wurmonline</groupId>
<artifactId>DeedPlanner</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/pl/wurmonline/deedplanner/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Constants {

public static final float HEIGHT_MOD = 10f;

public static final String VERSION_STRING = "2.9.8";
public static final String VERSION_STRING = "2.9.9";
public static final String TITLE_STRING = "DeedPlanner " + VERSION_STRING;

public static final String TREE_TYPE = "tree";
Expand Down

0 comments on commit cefb350

Please sign in to comment.