Bumped version to 0.7.2.

This commit is contained in:
Marcus Whybrow 2012-07-24 14:54:40 +01:00
parent cbb8d2f616
commit 44bab2fcec
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Maintainers:
Change Log
----------
### [0.7.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.1...0.7.2)
* Fixed several bugs where the server username was not being used. Affected the `msm <server> worlds backup`, `msm <server> cmd` and `msm <server> cmdlog` commands.
### [0.7.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.0...0.7.1)
* Fixed issue [#54][#54] where setting a server's jar file would fail to create the symbolic link.

View File

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