We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6e3f0 commit 119c65aCopy full SHA for 119c65a
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>parallelmc</groupId>
8
<artifactId>parallelutils</artifactId>
9
- <version>1.8.0</version>
+ <version>1.8.1</version>
10
<packaging>jar</packaging>
11
12
<name>Parallelutils</name>
src/main/java/parallelmc/parallelutils/Constants.java
@@ -2,7 +2,7 @@
2
3
public class Constants {
4
5
- public static final Version VERSION = new Version(1, 8, 0);
+ public static final Version VERSION = new Version(1, 8, 1);
public static final String PLUGIN_NAME = "ParallelUtils";
public static final String DEFAULT_WORLD = "world";
}
0 commit comments