Bumped version to 0.6.2.

This commit is contained in:
Marcus Whybrow 2012-07-15 17:27:06 +01:00
parent b05d3a3db0
commit 1d38b80eb6
2 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,13 @@ Maintainers:
Change Log
----------
### [0.6.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.1...0.6.2)
* Fixed issue [#49][#49] where, probably since 0.6.0, `active` files where not being created upon server start.
[#49]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/49
### [0.6.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.0...0.6.1)
* Fixed `test.sh` to use new settings names.

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