Updated for .13.1. skinName replaces isSlim, API bump

This commit is contained in:
Intyre
2015-12-16 14:37:46 +01:00
parent 2ddc4455c5
commit 90c3e66e6b
6 changed files with 24 additions and 26 deletions

View File

@ -73,10 +73,10 @@ namespace pocketmine {
use pocketmine\wizard\Installer;
const VERSION = "1.6dev";
const API_VERSION = "1.13.0";
const API_VERSION = "1.13.1";
const CODENAME = "[REDACTED]";
const MINECRAFT_VERSION = "v0.13.0 alpha";
const MINECRAFT_VERSION_NETWORK = "0.13.0";
const MINECRAFT_VERSION = "v0.13.1 alpha";
const MINECRAFT_VERSION_NETWORK = "0.13.1";
/*
* Startup code. Do not look at it, it may harm you.