From ea0d49becbb4ee1bb185737979821ece0151147d Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sat, 3 Nov 2012 23:35:05 +0000 Subject: [PATCH] Bump version number to 0.8.12 --- CHANGELOG.markdown | 7 +++++++ init/msm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 69da925..1773606 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,13 @@ Maintainers: Change Log ---------- +### [0.8.12](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.11...0.8.12) + +* Fixed issue [#96][#96], which noted that the `msm jargroup changeurl` command was not implemented. + +[#96]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/96 + + ### [0.8.11](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.10...0.8.11) * Fixed issue [#76][#76], where tab completing "help" or "update" would exit the terminal. diff --git a/init/msm b/init/msm index d5bcc7e..18db58a 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.11" +VERSION="0.8.12" # Source, if it exists, the msm profile.d script