Support for 0.14.0.1

This commit is contained in:
Intyre
2016-01-26 22:01:35 +01:00
parent d5f3c19054
commit bc3dca4736
4 changed files with 17 additions and 13 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.13.1 alpha";
const MINECRAFT_VERSION_NETWORK = "0.13.1";
const MINECRAFT_VERSION = "v0.14.0.1 alpha";
const MINECRAFT_VERSION_NETWORK = "0.14.0.1";
/*
* Startup code. Do not look at it, it may harm you.