Bumped version to 0.5.1.

This commit is contained in:
Marcus Whybrow 2012-07-11 07:44:20 +01:00
parent 26d34e71ea
commit f94c13dcf0
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Maintainers:
Change Log
----------
### [0.5.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.5.0...0.5.1)
* Added help text line for `msm <server> config` command.
### [0.5.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.3...0.5.0)
* Added the `msm <server> config <setting> <new-value>` command. Thanks to merging pull request [#46][#46] from [@cameroncros][@cameroncros].

View File

@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}"
### The Minecraft Server Manager version, use "msm version" to check yours.
VERSION="0.5.0"
VERSION="0.5.1"
### Config variables the user should not need/want to change