Bump version to 0.14.3.0 and protocol changes

This commit is contained in:
Intyre
2016-05-20 00:21:44 +02:00
parent ee9ba9f1a0
commit e2d079a7df
3 changed files with 5 additions and 3 deletions

View File

@ -75,8 +75,8 @@ namespace pocketmine {
const VERSION = "1.6dev";
const API_VERSION = "2.0.0";
const CODENAME = "[REDACTED]";
const MINECRAFT_VERSION = "v0.14.2.0 alpha";
const MINECRAFT_VERSION_NETWORK = "0.14.2.0";
const MINECRAFT_VERSION = "v0.14.3.0 alpha";
const MINECRAFT_VERSION_NETWORK = "0.14.3.0";
/*
* Startup code. Do not look at it, it may harm you.