From 40a2211a5a93af7a587debb4efed2332f564193c Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 11 Dec 2019 20:20:26 +0000 Subject: [PATCH] Release 3.11.1 --- changelogs/3.11.md | 3 +++ src/pocketmine/VersionInfo.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelogs/3.11.md b/changelogs/3.11.md index ff5fc0931..31bf75d07 100644 --- a/changelogs/3.11.md +++ b/changelogs/3.11.md @@ -9,3 +9,6 @@ Plugin developers should **only** update their required API to this version if y # 3.11.0 - Added support for Minecraft: Bedrock Edition 1.14.0 - Removed compatibility with 1.13.0 + +# 3.11.1 +- Fixed blocks with incorrect properties when placed or interacted with. \ No newline at end of file diff --git a/src/pocketmine/VersionInfo.php b/src/pocketmine/VersionInfo.php index 6ef093360..cff8c1329 100644 --- a/src/pocketmine/VersionInfo.php +++ b/src/pocketmine/VersionInfo.php @@ -31,5 +31,5 @@ const _VERSION_INFO_INCLUDED = true; const NAME = "PocketMine-MP"; const BASE_VERSION = "3.11.1"; -const IS_DEVELOPMENT_BUILD = true; +const IS_DEVELOPMENT_BUILD = false; const BUILD_NUMBER = 0;