Bumped to version 0.2.14.

This commit is contained in:
Marcus Whybrow 2012-06-25 15:23:02 +01:00
parent 9b8a1dd21d
commit b67e470543
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,12 @@ Maintainers:
Change Log
----------
### [0.2.14](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.13...0.2.14)
* Improved checks done before reading server files. Closes [#20][#20].
[#20]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/20
### [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.

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