From a7cc37ead6c73c75b14357b82d84e0009cbd009f Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Thu, 27 Dec 2012 13:24:53 +0100 Subject: [PATCH] Alpha 1.0.1 Fixes non-loading plugins and Tree Growing --- TODO.md | 2 +- common/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 75e80f221..821e2eaf6 100644 --- a/TODO.md +++ b/TODO.md @@ -15,7 +15,7 @@ __Check Milestones [here](https://github.com/shoghicp/PocketMine-MP/issues/miles * Done! ### Alpha v1.1 -* Tree growing! + ## Beta (Survival) - Random Chunk Updates diff --git a/common/config.php b/common/config.php index 94fa54e27..82248598f 100644 --- a/common/config.php +++ b/common/config.php @@ -40,4 +40,4 @@ define("CURRENT_VERSION", 1); define("LOG", true); define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78"); define("TEST_MD5", "5ca8eced50a5801619f7ae86d631a4e7"); -define("MAJOR_VERSION", "Alpha_1.0"); \ No newline at end of file +define("MAJOR_VERSION", "Alpha_1.0.1"); \ No newline at end of file