Bump version to 0.7.5

This commit is contained in:
Marcus Whybrow 2012-08-08 01:33:04 +01:00
parent a749f8e866
commit 19e0f84c71
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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