File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
modules/API/src/main/java/com/comphenix/protocol Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ public class ProtocolLibrary {
39
39
/**
40
40
* The maximum version ProtocolLib has been tested with.
41
41
*/
42
- public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.2 " ;
42
+ public static final String MAXIMUM_MINECRAFT_VERSION = "1.12 " ;
43
43
44
44
/**
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.
46
46
*/
47
- public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-21 " ;
47
+ public static final String MINECRAFT_LAST_RELEASE_DATE = "2017-06-07 " ;
48
48
49
49
/**
50
50
* Plugins that are currently incompatible with ProtocolLib.
Original file line number Diff line number Diff line change 9
9
<properties >
10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
11
<minorVersion >4.3.0-SNAPSHOT</minorVersion >
12
- <spigotVersion >1.12-pre6 -SNAPSHOT</spigotVersion >
12
+ <spigotVersion >1.12-R0.1 -SNAPSHOT</spigotVersion >
13
13
</properties >
14
14
15
15
<modules >
You can’t perform that action at this time.
0 commit comments