diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index b75ea10..dd879c3 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,11 @@ Maintainers: Change Log ---------- +### [0.8.4](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.3...0.8.4) + +* Fixed logic in `msm update` which allowed MSM to think everything was already updated. + + ### [0.8.3](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.2...0.8.3) * Fixed a bug in `msm update` checks, which caused a `command not found` error. diff --git a/init/msm b/init/msm index 38ccaf6..06699f3 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.3" +VERSION="0.8.4" # Source, if it exists, the msm profile.d script