Bumped version to 0.2.15.

This commit is contained in:
Marcus Whybrow 2012-06-25 15:56:25 +01:00
parent 229d0fc67d
commit 092dd0f63f
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,12 @@ Maintainers:
Change Log
----------
### [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]
[#19]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/19
### [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].

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