diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index bce7c1c..b8d6856 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,14 @@ Maintainers: Change Log ---------- +### [0.8.14](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.13...0.8.14) + +* Merged pull request [#110][#110], which fixes a typo in the cron file +* Made RAMDisk enabled by default in conf file + +[#110]: https://github.com/marcuswhybrow/minecraft-server-manager/pull/110 + + ### [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. @@ -472,4 +480,4 @@ Change Log ### [0.1.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/aaaa69dbd6c45ff0eb7dd69b756b4103abadfbc4...0.1.0) * Refactored and improved protype code. -* Transitioned from managing a single to multiple servers. \ No newline at end of file +* Transitioned from managing a single to multiple servers. diff --git a/init/msm b/init/msm index 0df9a51..4382b78 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.13" +VERSION="0.8.14" # Source, if it exists, the msm profile.d script