diff --git a/pom.xml b/pom.xml index fabe65da..379c3de3 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 89762379..ce43e953 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 @@ package com.github.steveice10.mc.protocol; 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";