From c3c59337ff81a66b74765bc4326a803e30c27673 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Tue, 24 Dec 2019 14:57:15 -0500 Subject: [PATCH] Update to 1.15.1 --- pom.xml | 3 ++- src/main/java/com/comphenix/protocol/ProtocolLibrary.java | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0e372a6a..5b51553a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ ${project.version} 2.0.4 - 1.15-R0.1-SNAPSHOT + 1.15.1-R0.1-SNAPSHOT @@ -146,6 +146,7 @@ -b${env.BUILD_NUMBER} ${project.version}${project.build.number} + diff --git a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 261d5635..5a456545 100644 --- a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -39,12 +39,12 @@ public class ProtocolLibrary { /** * The maximum version ProtocolLib has been tested with. */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.14.4"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.15.1"; /** * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.14.4) was released. */ - public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-07-19"; + public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-12-17"; /** * Plugins that are currently incompatible with ProtocolLib.