We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1204671 commit 203489eCopy full SHA for 203489e
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>parallelmc</groupId>
8
<artifactId>parallelutils</artifactId>
9
10
- <version>1.12.3</version>
+ <version>1.12.4</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, 3);
+ public static final Version VERSION = new Version(1, 12, 4);
6
public static final String PLUGIN_NAME = "ParallelUtils";
public static final String DEFAULT_WORLD = "world2";
}
0 commit comments