From d80f212fb3beb790e95d767842cc75dec40ae843 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 12 Aug 2012 00:59:16 +0100 Subject: [PATCH] Bump version to 0.8.2 --- CHANGELOG.markdown | 6 ++++++ init/msm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 0fa7713..f3ed275 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,11 +11,17 @@ Maintainers: Change Log ---------- +### [0.8.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.1...0.8.2) + +* Improved `msm update` output to make more sense. + + ### [0.8.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.0...0.8.1) * Added bash completion for `msm update` * Improved `msm update` to work when upgrading from older versions, and handle updating the update code. + ### [0.8.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.5...0.8.0) * Added the `msm update` command, which downloads and installs new versions of MSM. diff --git a/init/msm b/init/msm index fa2285c..d0d78cc 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.1" +VERSION="0.8.2" # Source, if it exists, the msm profile.d script