diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 772cdc2..0a0310e 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,13 @@ Maintainers: Change Log ---------- +### [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. + +[#54]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/54 + + ### [0.7.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.4...0.7.0) * Added `/etc/profile.d/msm.sh` support. Define environment variables there, and both MSM and bash completion scripts will see it. At this point you can add the `MSM_SCRIPT` and `MSM_CONF` environment variables to tell MSM where you have installed your MSM files: diff --git a/init/msm b/init/msm index ba9b329..ab5969e 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.0" +VERSION="0.7.1" ### Config variables the user should not need/want to change