From a63e03bf162b2bd55ec60909388627cd451745db Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Sat, 5 Oct 2013 20:20:08 +0200 Subject: [PATCH] Version 1.6.4 is working fine. --- .../src/main/java/com/comphenix/protocol/ProtocolLibrary.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 08b4bf1a..f32516eb 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -86,7 +86,7 @@ public class ProtocolLibrary extends JavaPlugin { /** * The maximum version ProtocolLib has been tested with, */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.6.2"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.6.4"; /** * The date (with ISO 8601) when the most recent version was released.