Skip to content

Commit c9128ca

Browse files
Merge pull request #112 from ParallelMC/staging
Update to 4.6.0
2 parents a9bd26e + 8b2dc93 commit c9128ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/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 = '4.5.0'
11+
version = '4.6.0'
1212
description = 'A set of utilities and features for use on the Parallel Minecraft server'
1313

1414
java {

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

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

66
public class Constants {
77

8-
public static final Version VERSION = new Version(4, 4, 0);
8+
public static final Version VERSION = new Version(4, 6, 0);
99
public static final String PLUGIN_NAME = "ParallelUtils";
1010
public static final Component PLUGIN_PREFIX = MiniMessage.miniMessage()
1111
.deserialize("<dark_aqua>[<white><bold>P</bold><dark_aqua>] <reset>");

0 commit comments

Comments
 (0)