From 63c7134ee8153dae3e66d171894118c9dfd016ed Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 4 Nov 2012 03:05:42 +0000 Subject: [PATCH] Bump version to 0.8.13 fix #105 --- CHANGELOG.markdown | 7 +++++++ init/msm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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