From 6d9fe45fb40b1e41118d4f6e289b124127216dd5 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Thu, 5 Dec 2019 16:49:22 -0500 Subject: [PATCH] Tested with 1.14.4 --- src/main/java/com/comphenix/protocol/ProtocolLibrary.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index d8f4f3ba..261d5635 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"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.14.4"; /** - * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.13.1) was released. + * 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-04-23"; + public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-07-19"; /** * Plugins that are currently incompatible with ProtocolLib.