We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ab584 commit 5f9022fCopy full SHA for 5f9022f
2 files changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.codehusky</groupId>
8
<artifactId>HuskyUI</artifactId>
9
- <version>0.3.0</version>
+ <version>0.3.1</version>
10
11
<repositories>
12
<repository>
src/main/java/com/codehusky/huskyui/HuskyUI.java
@@ -53,7 +53,7 @@ public class HuskyUI {
53
/**
54
* The Version of HuskyUI for Sponge.
55
*/
56
- public static final String PLUGIN_VERSION = "0.3.0";
+ public static final String PLUGIN_VERSION = "0.3.1";
57
58
59
* The HuskyUI {@link Logger} used throughout the plugin.
0 commit comments