diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 47f2de7..b2a7e33 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,11 @@ Maintainers: Change Log ---------- +### [0.8.7](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.6...0.8.7) + +* Improved upon 0.8.6 to to prevent MSM complaing when not being invoked by either the "root" or MSM user. + + ### [0.8.6](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.5...0.8.6) * Prevent script complaing that `This command must be executed as the user "root"` after every command. Fixes [#77][#77] and [#78][#78]. diff --git a/init/msm b/init/msm index 026dc8f..07c82d9 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.6" +VERSION="0.8.7" # Source, if it exists, the msm profile.d script