Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki committed Apr 22, 2018
1 parent edb22d2 commit 9a7e6d7
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 @@ -6,7 +6,7 @@

<groupId>com.codehusky</groupId>
<artifactId>HuskyUI</artifactId>
<version>0.6.0PRE1</version>
<version>0.6.0PRE2</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/codehusky/huskyui/HuskyUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class HuskyUI {
/**
* The Version of HuskyUI for Sponge.
*/
public static final String PLUGIN_VERSION = "0.6.0PRE1";
public static final String PLUGIN_VERSION = "0.6.0PRE2";

/**
* The HuskyUI {@link Logger} used throughout the plugin.
Expand Down

0 comments on commit 9a7e6d7

Please sign in to comment.