Skip to content

Commit

Permalink
Merge pull request GeyserMC#459 from Paulomart/1.14.2
Browse files Browse the repository at this point in the history
Update to 1.14.2
  • Loading branch information
Steven Smith authored May 29, 2019
2 parents 7981d7c + 10b72ca commit 520589e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId>
<version>1.14.1-SNAPSHOT</version>
<version>1.14.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>MCProtocolLib</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 520589e

Please sign in to comment.