File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/comphenix/protocol Expand file tree Collapse file tree 1 file changed +3
-3
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.14" ;
42
+ public static final String MAXIMUM_MINECRAFT_VERSION = "1.14.4 " ;
43
43
44
44
/**
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.
46
46
*/
47
- public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-04-23 " ;
47
+ public static final String MINECRAFT_LAST_RELEASE_DATE = "2019-07-19 " ;
48
48
49
49
/**
50
50
* Plugins that are currently incompatible with ProtocolLib.
You can’t perform that action at this time.
0 commit comments