From d667b82c9e20881939c1e5ff229012b29a6f215c Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Mon, 13 Aug 2012 02:25:52 +0100 Subject: [PATCH] Bump version to 0.8.10 --- CHANGELOG.markdown | 10 +++++++++- init/msm | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 6cdc9b9..fb1650f 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,9 +11,17 @@ Maintainers: Change Log ---------- +### [0.8.10](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.9...0.8.10) + +* Improved versioning to use the latest Minecraft version by default, and tell the user what's happening and how to control it themselves. Fixes issue [#79][#79]. +* Improved install script to also create the default minecraft user, and the default install location directories. + +[#79]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/79 + + ### [0.8.9](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.8...0.8.9) -* Imporve install script to update MSM without input +* Improved install script to update MSM without input ### [0.8.8](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.7...0.8.8) diff --git a/init/msm b/init/msm index 68bc780..d0ce7b8 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.9" +VERSION="0.8.10" # Source, if it exists, the msm profile.d script