Update to 1.14.2

This commit is contained in:
Paul Heidenreich 2019-05-28 10:31:15 +02:00
parent 7981d7cdce
commit 10b72ca5a6
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<groupId>com.github.steveice10</groupId> <groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId> <artifactId>mcprotocollib</artifactId>
<version>1.14.1-SNAPSHOT</version> <version>1.14.2-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>MCProtocolLib</name> <name>MCProtocolLib</name>

View file

@ -2,8 +2,8 @@ package com.github.steveice10.mc.protocol;
public class MinecraftConstants { public class MinecraftConstants {
// General Constants // General Constants
public static final String GAME_VERSION = "1.14.1"; public static final String GAME_VERSION = "1.14.2";
public static final int PROTOCOL_VERSION = 480; public static final int PROTOCOL_VERSION = 485;
// General Key Constants // General Key Constants
public static final String PROFILE_KEY = "profile"; public static final String PROFILE_KEY = "profile";