Bumped to version 0.3.1.

This commit is contained in:
Marcus Whybrow 2012-06-27 19:01:24 +01:00
parent 859d415bc9
commit 609b0e73e5
2 changed files with 6 additions and 1 deletions

View File

@ -11,9 +11,14 @@ Maintainers:
Change Log
----------
### [0.3.1](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.0...0.3.1)
* Prevented `DEFAULT_SERVER_CONF` from being a required setting.
### [0.3.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.16...0.3.0)
* Closes [#22][#22], by merging `server.conf` into `server.properties`.
* Removed the `DEFAULT_SERVER_CONF` setting from `/etc/msm.conf`.
[#22]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/22

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.3.0 Beta"
VERSION="0.3.1 Beta"
### Config variables the user should not need/want to change