This commit is contained in:
Steven Smith 2015-08-14 17:01:28 -07:00
parent 9ad441cfcc
commit 0c2b7fdce8
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.spacehq</groupId>
<artifactId>mcprotocollib</artifactId>
<version>15w33b-SNAPSHOT</version>
<version>15w33c-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MCProtocolLib</name>

View file

@ -2,8 +2,8 @@ package org.spacehq.mc.protocol;
public class MinecraftConstants {
// General Constants
public static final String GAME_VERSION = "15w33b";
public static final int PROTOCOL_VERSION = 56;
public static final String GAME_VERSION = "15w33c";
public static final int PROTOCOL_VERSION = 57;
// General Key Constants
public static final String PROFILE_KEY = "profile";