From 8f7b530613a9ebf90ed4372a76155f3265776201 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Sun, 24 Jan 2021 17:14:32 -0500 Subject: [PATCH] Tested with 1.16.5 --- 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 8d8212ee..c39440f6 100644 --- a/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -38,12 +38,12 @@ public class ProtocolLibrary { /** * The maximum version ProtocolLib has been tested with. */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.16.1"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.16.5"; /** - * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.16.1) was released. + * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.16.5) was released. */ - public static final String MINECRAFT_LAST_RELEASE_DATE = "2020-06-25"; + public static final String MINECRAFT_LAST_RELEASE_DATE = "2021-01-15"; /** * Plugins that are currently incompatible with ProtocolLib.