mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Bump version to 0.8.10
This commit is contained in:
@ -11,9 +11,17 @@ Maintainers:
|
|||||||
Change Log
|
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)
|
### [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)
|
### [0.8.8](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.7...0.8.8)
|
||||||
|
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.9"
|
VERSION="0.8.10"
|
||||||
|
|
||||||
|
|
||||||
# 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