From eca168edcf6b93d75efa87505ab6433d011597f6 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Fri, 22 May 2015 13:47:14 -0400 Subject: [PATCH] ProtocolLib works with 1.8.5 Yay no code changes necessary! --- .../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 5ac6cc47..6e789bb1 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java @@ -88,7 +88,7 @@ public class ProtocolLibrary extends JavaPlugin { /** * The maximum version ProtocolLib has been tested with, */ - public static final String MAXIMUM_MINECRAFT_VERSION = "1.8.3"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.8.5"; /** * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version was released.