From 44bab2fcec302662d53d854d832776a8c908e766 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Tue, 24 Jul 2012 14:54:40 +0100 Subject: [PATCH] Bumped version to 0.7.2. --- CHANGELOG.markdown | 5 +++++ init/msm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 0a0310e..9c9f265 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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 worlds backup`, `msm cmd` and `msm 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. diff --git a/init/msm b/init/msm index 0763718..32f1823 100755 --- a/init/msm +++ b/init/msm @@ -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