Merge pull request #184 from finalchild/master

Bump MC version to 1.10.2. Nothing changed.
This commit is contained in:
Steven Smith 2016-06-26 10:12:29 -07:00 committed by GitHub
commit 065ba4eea0
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -2,7 +2,7 @@ package org.spacehq.mc.protocol;
public class MinecraftConstants {
// General Constants
public static final String GAME_VERSION = "1.10";
public static final String GAME_VERSION = "1.10.2";
public static final int PROTOCOL_VERSION = 210;
// General Key Constants