diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 1773606..bce7c1c 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,13 @@ Maintainers: Change Log ---------- +### [0.8.13](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.12...0.8.13) + +* Fixed issue [#105][#105], which showed it was impossible to disable RAMDisk as suggested by MSM. + +[#105]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/105 + + ### [0.8.12](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.11...0.8.12) * Fixed issue [#96][#96], which noted that the `msm jargroup changeurl` command was not implemented. diff --git a/init/msm b/init/msm index bbe08b3..0df9a51 100755 --- a/init/msm +++ b/init/msm @@ -28,7 +28,7 @@ # The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.8.12" +VERSION="0.8.13" # Source, if it exists, the msm profile.d script