Bumped version to 0.4.3.

This commit is contained in:
Marcus Whybrow 2012-07-10 02:21:48 +01:00
parent f120290aae
commit 99f207813a
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,12 @@ Maintainers:
Change Log
----------
### [0.4.3](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.4.2...0.4.3)
* Creating a new server now automatically creates a `worldstorage` folder with a `readme.txt` inside.
* Quotations may now be used to delimit `server.properties` msm settings.
### [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.

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