mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Bump version to 0.7.5
This commit is contained in:
parent
a749f8e866
commit
19e0f84c71
@ -11,6 +11,13 @@ Maintainers:
|
|||||||
Change Log
|
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)
|
### [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.
|
* Fixed issue [#64][#64] where using server name `all` and tab completing caused the terminal to exit.
|
||||||
|
2
init/msm
2
init/msm
@ -37,7 +37,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
|
|||||||
|
|
||||||
|
|
||||||
# The Minecraft Server Manager version, use "msm version" to check yours.
|
# 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
|
### Config variables the user should not need/want to change
|
||||||
|
Loading…
Reference in New Issue
Block a user