This commit is contained in:
Steven Smith 2015-08-12 21:33:50 -07:00
parent abb2108fb3
commit 08ab590e07
2 changed files with 3 additions and 3 deletions

View file

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

View file

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