diff --git a/pom.xml b/pom.xml index fabe65da7..379c3de3a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.steveice10 mcprotocollib - 1.14.1-SNAPSHOT + 1.14.2-SNAPSHOT jar MCProtocolLib diff --git a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java index 897623793..ce43e953d 100644 --- a/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java +++ b/src/main/java/com/github/steveice10/mc/protocol/MinecraftConstants.java @@ -2,8 +2,8 @@ public class MinecraftConstants { // General Constants - public static final String GAME_VERSION = "1.14.1"; - public static final int PROTOCOL_VERSION = 480; + public static final String GAME_VERSION = "1.14.2"; + public static final int PROTOCOL_VERSION = 485; // General Key Constants public static final String PROFILE_KEY = "profile";