We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302a556 commit 088ed17Copy full SHA for 088ed17
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>parallelmc</groupId>
8
<artifactId>parallelutils</artifactId>
9
10
- <version>1.12.0</version>
+ <version>1.12.1</version>
11
<packaging>jar</packaging>
12
13
<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, 12, 0);
+ public static final Version VERSION = new Version(1, 12, 1);
6
public static final String PLUGIN_NAME = "ParallelUtils";
- public static final String DEFAULT_WORLD = "world";
+ public static final String DEFAULT_WORLD = "world2";
}
0 commit comments