From f5c6ade219a64b94778d4d1b209049b0592b6ff6 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Tue, 10 Jul 2012 01:42:47 +0100 Subject: [PATCH] Bumped version to 0.4.2. --- CHANGELOG.markdown | 5 +++++ init/msm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index aeeacf2..f4e7ce2 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,11 @@ Maintainers: Change Log ---------- +### [0.4.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.1...0.4.2) + +* Fixed the `msm jar ` command, which would state the `` was invalid, when it was not. + + ### [0.4.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.0...0.4.1) * Fixed issue [#37][#37] where the `msm stop` command would hang. Thanks to merging pull request [#38][#38] from [@escortkeel][@escortkeel]. diff --git a/init/msm b/init/msm index 222483b..36e3e59 100755 --- a/init/msm +++ b/init/msm @@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}" ### The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.4.1" +VERSION="0.4.2" ### Config variables the user should not need/want to change