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