v1.4.6 compatibility

This commit is contained in:
mbax 2012-12-19 22:25:55 -05:00 committed by md_5
parent c8ee5b6e76
commit aba35a3b2b
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>mendax</artifactId>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>

View File

@ -33,11 +33,11 @@ public class BungeeCord
/**
* Server protocol version.
*/
public static final int PROTOCOL_VERSION = 49;
public static final int PROTOCOL_VERSION = 51;
/**
* Server game version.
*/
public static final String GAME_VERSION = "1.4.4";
public static final String GAME_VERSION = "1.4.6";
/**
* Current software instance.
*/