From 90965df7b90e4506649482e9ee2423d708205b07 Mon Sep 17 00:00:00 2001 From: leelawd Date: Sat, 13 May 2017 17:33:21 +0100 Subject: [PATCH] Version up --- pom.xml | 2 +- src/main/java/net/moddedminecraft/mmcreboot/Main.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 316cd8b..3afc4ce 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 net.moddedminecraft MMCReboot - 2.0.3-API-5.1-6.X + 2.0.4-API-5.1-6.X MMCReboot Restart plugin for sponge to allow server restart timers, countdowns and votes. diff --git a/src/main/java/net/moddedminecraft/mmcreboot/Main.java b/src/main/java/net/moddedminecraft/mmcreboot/Main.java index 7e4a70b..dd45929 100644 --- a/src/main/java/net/moddedminecraft/mmcreboot/Main.java +++ b/src/main/java/net/moddedminecraft/mmcreboot/Main.java @@ -45,7 +45,7 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; -@Plugin(id = "mmcreboot", name = "MMCReboot", version = "2.0.3", authors = {"Leelawd93"}) +@Plugin(id = "mmcreboot", name = "MMCReboot", version = "2.0.4", authors = {"Leelawd93"}) public class Main { @Inject