diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 48d56214..e26cf8fb 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -314,13 +314,13 @@ org.spigotmc spigot-api - 1.8.5-R0.1-SNAPSHOT + 1.8.6-R0.1-SNAPSHOT provided org.spigotmc spigot - 1.8.5-R0.1-SNAPSHOT + 1.8.6-R0.1-SNAPSHOT provided diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java b/ProtocolLib/src/main/java/com/comphenix/protocol/ProtocolLibrary.java index 6e789bb1..26f4a59a 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.5"; + public static final String MAXIMUM_MINECRAFT_VERSION = "1.8.6"; /** * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version was released.