mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-03 15:08:19 +01:00
Mark 1.11.1 as officially supported
This commit is contained in:
parent
5b38bc7f38
commit
c6788addeb
@ -39,12 +39,12 @@ public class ProtocolLibrary {
|
||||
/**
|
||||
* The maximum version ProtocolLib has been tested with.
|
||||
*/
|
||||
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11";
|
||||
public static final String MAXIMUM_MINECRAFT_VERSION = "1.11.1";
|
||||
|
||||
/**
|
||||
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.11) was released.
|
||||
*/
|
||||
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-11-14";
|
||||
public static final String MINECRAFT_LAST_RELEASE_DATE = "2016-12-20";
|
||||
|
||||
/**
|
||||
* Plugins that are currently incompatible with ProtocolLib.
|
||||
|
Loading…
Reference in New Issue
Block a user