Release 3.12.5

This commit is contained in:
Dylan K. Taylor 2020-06-03 10:59:33 +01:00
parent 915224c8e5
commit c32026333f
2 changed files with 4 additions and 1 deletions

View File

@ -48,3 +48,6 @@ Plugin developers should **only** update their required API to this version if y
# 3.12.4
- Fixed absorption hearts not being consumed.
# 3.12.5
- Fixed broken attack cooldowns.

View File

@ -34,5 +34,5 @@ const _VERSION_INFO_INCLUDED = true;
const NAME = "PocketMine-MP";
const BASE_VERSION = "3.12.5";
const IS_DEVELOPMENT_BUILD = true;
const IS_DEVELOPMENT_BUILD = false;
const BUILD_NUMBER = 0;