Update to 1.5 & don't deploy proxy to maven, only APIs

This commit is contained in:
md_5
2013-03-14 17:50:33 +11:00
parent 58f1ab208b
commit c1ff4ffb89
8 changed files with 65 additions and 8 deletions

View File

@@ -54,11 +54,11 @@ public class BungeeCord extends ProxyServer
/**
* Server protocol version.
*/
public static final byte PROTOCOL_VERSION = 51;
public static final byte PROTOCOL_VERSION = 60;
/**
* Server game version.
*/
public static final String GAME_VERSION = "1.4.6";
public static final String GAME_VERSION = "1.5";
/**
* Current operation state.
*/