Bumped to version 0.2.13.

This commit is contained in:
Marcus Whybrow 2012-06-25 14:40:26 +01:00
parent d9cdcaff6e
commit 996e67b340
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@ Maintainers:
Change Log
----------
### [0.2.13](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.12...0.2.13)
* Fixed the `msm <server> restart`, `msm <server> operator remove`, `msm <server> time set` and `msm <server> time add` commands.
### [0.2.12](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.11...0.2.12)
* Fixed `msm <server> stop` command. Which would fail for server's not first in the list.

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.12 Beta"
VERSION="0.2.13 Beta"
### Config variables the user should not need/want to change