From 19e0f84c718d5f52f3a826cc381c791c8e05e74a Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 8 Aug 2012 01:33:04 +0100 Subject: [PATCH] Bump version to 0.7.5 --- CHANGELOG.markdown | 7 +++++++ init/msm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 9817a0f..1c2e2d4 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,13 @@ Maintainers: Change Log ---------- +### [0.7.5](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.4...0.7.5) + +* Fixed issue [#69][#69] where pressing tab after `msm config` or `msm start` would disconnect the terminal session. + +[#64]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/69 + + ### [0.7.4](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.3...0.7.4) * Fixed issue [#64][#64] where using server name `all` and tab completing caused the terminal to exit. diff --git a/init/msm b/init/msm index d94371b..16e27c5 100755 --- a/init/msm +++ b/init/msm @@ -37,7 +37,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}" # The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.7.4" +VERSION="0.7.5" ### Config variables the user should not need/want to change