Skip to content

Commit c6788ad

Browse files
committed
Mark 1.11.1 as officially supported
1 parent 5b38bc7 commit c6788ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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";
42+
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.1";
4343

4444
/**
4545
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released.
4646
*/
47-
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-11-14";
47+
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-20";
4848

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

0 commit comments

Comments
 (0)