mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Bump version to 0.8.11
This commit is contained in:
@ -11,6 +11,14 @@ Maintainers:
|
|||||||
Change Log
|
Change Log
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
### [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.
|
||||||
|
* Made "help" and "update" reserved names to prevent clashing with server names.
|
||||||
|
|
||||||
|
[#76]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/76
|
||||||
|
|
||||||
|
|
||||||
### [0.8.10](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.9...0.8.10)
|
### [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 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].
|
||||||
|
2
init/msm
2
init/msm
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# The Minecraft Server Manager version, use "msm version" to check yours.
|
# The Minecraft Server Manager version, use "msm version" to check yours.
|
||||||
VERSION="0.8.10"
|
VERSION="0.8.11"
|
||||||
|
|
||||||
|
|
||||||
# Source, if it exists, the msm profile.d script
|
# Source, if it exists, the msm profile.d script
|
||||||
|
Reference in New Issue
Block a user