Bumped version to 0.4.2.

This commit is contained in:
Marcus Whybrow 2012-07-10 01:42:47 +01:00
parent 6fead1d3d2
commit f5c6ade219
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ Maintainers:
Change Log Change Log
---------- ----------
### [0.4.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.1...0.4.2)
* Fixed the `msm <server> jar <jar-group> <jar-name>` command, which would state the `<jar-name>` was invalid, when it was not.
### [0.4.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.0...0.4.1) ### [0.4.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.0...0.4.1)
* Fixed issue [#37][#37] where the `msm stop` command would hang. Thanks to merging pull request [#38][#38] from [@escortkeel][@escortkeel]. * Fixed issue [#37][#37] where the `msm stop` command would hang. Thanks to merging pull request [#38][#38] from [@escortkeel][@escortkeel].

View File

@ -25,7 +25,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.4.1" VERSION="0.4.2"
### Config variables the user should not need/want to change ### Config variables the user should not need/want to change