Skip to content

Commit 58ca1bd

Browse files
Fix bug with Multiverse-Core and bump version
1 parent b629cde commit 58ca1bd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>parallelmc</groupId>
88
<artifactId>parallelutils</artifactId>
9-
<version>0.1.1</version>
9+
<version>0.1.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Parallelutils</name>

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

src/main/resources/plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ api-version: 1.16
55
authors: [Jake, Evelyn]
66
description: A plugin containing miscellaneous features and changes for play.parallel.ga
77
depend: []
8+
softdepend: [Multiverse-Core]
89
commands:
910
parallelutils:
1011
description: Get information about the plugin

0 commit comments

Comments
 (0)