From 996e67b34052d907f99e7ed89efa21f4d51039d1 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Mon, 25 Jun 2012 14:40:26 +0100 Subject: [PATCH] Bumped to version 0.2.13. --- CHANGELOG.markdown | 4 ++++ init/msm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 0fa524b..64f5b01 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,10 @@ Maintainers: Change Log ---------- +### [0.2.13](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.12...0.2.13) + +* Fixed the `msm restart`, `msm operator remove`, `msm time set` and `msm time add` commands. + ### [0.2.12](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.11...0.2.12) * Fixed `msm stop` command. Which would fail for server's not first in the list. diff --git a/init/msm b/init/msm index fb772a2..d080a39 100755 --- a/init/msm +++ b/init/msm @@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}" ### The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.2.12 Beta" +VERSION="0.2.13 Beta" ### Config variables the user should not need/want to change