From 57f4af9d29106400ac7265a82c1b8b4c357b4517 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Mon, 18 Jun 2012 02:00:42 +0100 Subject: [PATCH] Bumped to version 0.2.8. --- CHANGELOG.markdown | 4 ++++ init/msm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 1f437e6f..6fe4e1a6 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -10,6 +10,10 @@ Maintainers: Change Log ---------- +### [0.2.8](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.7...0.2.8) + +* Improved command registration to provided more accurate error messages if a command cannot be registered. +* Improved Travis CI to only test the master branch. ### [0.2.7](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.6...0.2.7) diff --git a/init/msm b/init/msm index 0755c767..417a4cfd 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.7 Beta" +VERSION="0.2.8 Beta" ### Config variables the user should not need/want to change