We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb22d2 commit 9a7e6d7Copy full SHA for 9a7e6d7
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.codehusky</groupId>
8
<artifactId>HuskyUI</artifactId>
9
- <version>0.6.0PRE1</version>
+ <version>0.6.0PRE2</version>
10
11
<repositories>
12
<repository>
src/main/java/com/codehusky/huskyui/HuskyUI.java
@@ -68,7 +68,7 @@ public class HuskyUI {
68
/**
69
* The Version of HuskyUI for Sponge.
70
*/
71
- public static final String PLUGIN_VERSION = "0.6.0PRE1";
+ public static final String PLUGIN_VERSION = "0.6.0PRE2";
72
73
74
* The HuskyUI {@link Logger} used throughout the plugin.
0 commit comments