Skip to content

Commit 52e396b

Browse files
committed
Update to Spigot 1.12
1 parent aeb2cfb commit 52e396b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ public class ProtocolLibrary {
3939
/**
4040
* The maximum version ProtocolLib has been tested with.
4141
*/
42-
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.2";
42+
public static final String MAXIMUM_MINECRAFT_VERSION = "1.12";
4343

4444
/**
45-
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released.
45+
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.12) was released.
4646
*/
47-
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-21";
47+
public static final String MINECRAFT_LAST_RELEASE_DATE = "2017-06-07";
4848

4949
/**
5050
* Plugins that are currently incompatible with ProtocolLib.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<minorVersion>4.3.0-SNAPSHOT</minorVersion>
12-
<spigotVersion>1.12-pre6-SNAPSHOT</spigotVersion>
12+
<spigotVersion>1.12-R0.1-SNAPSHOT</spigotVersion>
1313
</properties>
1414

1515
<modules>

0 commit comments

Comments
 (0)