diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index f4b590d..0fbca2f 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,11 @@ Maintainers: Change Log ---------- +### [0.2.10](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.9...0.2.10) + +* Fixed issue #28. Which prevented the `msm jargroup delete` command working. +* Fixed a typo in the `msm version` help text. + ### [0.2.9](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.8...0.2.9) * Fixed issue [#23][#23] which caused commands to fail registration on some systems. diff --git a/init/msm b/init/msm index 146d7dc..ff3ed30 100755 --- a/init/msm +++ b/init/msm @@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}" ### The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.2.9 Beta" +VERSION="0.2.10 Beta" ### Config variables the user should not need/want to change