From 532b592589090d1a0dbbd1f408bc22d622bd78d4 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 12 Aug 2012 01:22:21 +0100 Subject: [PATCH] Bump version to 0.8.4 --- CHANGELOG.markdown | 5 +++++ init/msm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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