diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 64f5b01..999be04 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,12 @@ Maintainers: Change Log ---------- +### [0.2.14](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.13...0.2.14) + +* Improved checks done before reading server files. Closes [#20][#20]. + +[#20]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/20 + ### [0.2.13](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.12...0.2.13) * Fixed the `msm restart`, `msm operator remove`, `msm time set` and `msm time add` commands. diff --git a/init/msm b/init/msm index 099c8b3..a9b0023 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.2.13 Beta" +VERSION="0.2.14 Beta" ### Config variables the user should not need/want to change