Bumped version to 0.4.0.

Closes #34.
This commit is contained in:
Marcus Whybrow 2012-07-03 20:11:50 +01:00
parent d6edd9c677
commit eb1d9a2efa
2 changed files with 10 additions and 1 deletions

View File

@ -11,6 +11,15 @@ Maintainers:
Change Log
----------
### [0.4.0](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.4...0.4.0)
* Added the `<server> give <player> <item> [amount] [data]` command. Closes [#34][#34]. Thanks to [@Vi3GameHkr][@Vi3GameHkr] for the suggestion.
* Added the `<server> xp <player> <amount>` command.
* Fixed the `gamemode`, `cmd` and `cmdlog` server commands *again*. They now accept multiple arguments as intented.
[@Vi3GameHkr]: https://github.com/Vi3GameHkr
[#34]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/34
### [0.3.4](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.3.3...0.3.4)
* Fixed the `gamemode`, `cmd` and `cmdlog` server commands. They were not previously accessable.

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