Archiviert
13
0

Update to 1.8.6

Dieser Commit ist enthalten in:
Dan Mulloy 2015-05-25 11:36:05 -04:00
Ursprung e0d4110cd2
Commit 80fbd3ebc2
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

@ -88,7 +88,7 @@ public class ProtocolLibrary extends JavaPlugin {
/** /**
* The maximum version ProtocolLib has been tested with, * 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. * The date (with ISO 8601 or YYYY-MM-DD) when the most recent version was released.