Skip to content

Commit ba87b53

Browse files
Bump version
1 parent 300dc96 commit ba87b53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group = 'org.parallelmc'
1010

11-
version = '2.0.0'
11+
version = '2.0.1'
1212
description = 'A set of utilities and features for use on the Parallel Minecraft server'
1313

1414
java {

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

Lines changed: 1 addition & 1 deletion
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(2, 0, 0);
5+
public static final Version VERSION = new Version(2, 0, 1);
66
public static final String PLUGIN_NAME = "ParallelUtils";
77
public static final String DEFAULT_WORLD = "world2";
88
}

0 commit comments

Comments
 (0)