Update to 1.8.6

This commit is contained in:
Dan Mulloy 2015-05-25 11:36:05 -04:00
parent e0d4110cd2
commit 80fbd3ebc2
2 changed files with 3 additions and 3 deletions

View File

@ -314,13 +314,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.5-R0.1-SNAPSHOT</version>
<version>1.8.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.8.5-R0.1-SNAPSHOT</version>
<version>1.8.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -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.