We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b38bc7 commit c6788adCopy full SHA for c6788ad
modules/API/src/main/java/com/comphenix/protocol/ProtocolLibrary.java
@@ -39,12 +39,12 @@ public class ProtocolLibrary {
39
/**
40
* The maximum version ProtocolLib has been tested with.
41
*/
42
- public static final String MAXIMUM_MINECRAFT_VERSION = "1.11";
+ public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.1";
43
44
45
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released.
46
47
- public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-11-14";
+ public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-20";
48
49
50
* Plugins that are currently incompatible with ProtocolLib.
0 commit comments