Bumped version to 0.2.16.

This commit is contained in:
Marcus Whybrow 2012-06-27 18:08:57 +01:00
parent 7286dbd334
commit ec24a53519
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Maintainers:
Change Log
----------
### [0.2.16](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.15...0.2.16)
* Improved the `msm <server> worlds ram <world>` command to insist the server is stopped.
* Refactored global variables to be uppercase. This avoids name clashes.
### [0.2.15](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.14...0.2.15)
* Improved the removal of new line characters when reading Minecraft log files. Closes [#19][#19]

View File

@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
### The Minecraft Server Manager version, use "msm version" to check yours.
VERSION="0.2.15 Beta"
VERSION="0.2.16 Beta"
### Config variables the user should not need/want to change