Skip to content

Commit 088ed17

Browse files
Update world constant
1 parent 302a556 commit 088ed17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>parallelmc</groupId>
88
<artifactId>parallelutils</artifactId>
99

10-
<version>1.12.0</version>
10+
<version>1.12.1</version>
1111
<packaging>jar</packaging>
1212

1313
<name>Parallelutils</name>

src/main/java/parallelmc/parallelutils/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class Constants {
44

5-
public static final Version VERSION = new Version(1, 12, 0);
5+
public static final Version VERSION = new Version(1, 12, 1);
66
public static final String PLUGIN_NAME = "ParallelUtils";
7-
public static final String DEFAULT_WORLD = "world";
7+
public static final String DEFAULT_WORLD = "world2";
88
}

0 commit comments

Comments
 (0)