From 7e9860f4c0d54a265051057a9183f01a4b092f8d Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Thu, 2 Jan 2014 15:59:31 +0100 Subject: [PATCH] ProtocolLib is working fine in 1.7.4 --- .../main/java/com/comphenix/protocol/ProtocolLibrary.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 1845df7a..37a5fcba 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -90,12 +90,12 @@ public class ProtocolLibrary extends JavaPlugin { /** * The maximum version ProtocolLib has been tested with, */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.6.4"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.7.4"; /** - * The date (with ISO 8601) when the most recent version was released. + * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version was released. */ - public static final String MINECRAFT_LAST_RELEASE_DATE = "2013-07-08"; + public static final String MINECRAFT_LAST_RELEASE_DATE = "2013-12-10"; // Update information static final String BUKKIT_DEV_SLUG = "protocollib";