Skip to content

Commit 6d9fe45

Browse files
committed
Tested with 1.14.4
1 parent b292c84 commit 6d9fe45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.14";
42+
public static final String MAXIMUM_MINECRAFT_VERSION = "1.14.4";
4343

4444
/**
45-
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.13.1) was released.
45+
* The date (with ISO 8601 or YYYY-MM-DD) when the most recent version (1.14.4) was released.
4646
*/
47-
public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-04-23";
47+
public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-07-19";
4848

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

0 commit comments

Comments
 (0)