From b4e9073dc05510d4fc1fe006a4193237995d4c1f Mon Sep 17 00:00:00 2001 From: Minenash Date: Sun, 23 Sep 2018 18:04:33 -0400 Subject: [PATCH] Fixed Tag's Version number --- src/com/redstoner/modules/tag/Tag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/redstoner/modules/tag/Tag.java b/src/com/redstoner/modules/tag/Tag.java index 04fb145..ae3302d 100644 --- a/src/com/redstoner/modules/tag/Tag.java +++ b/src/com/redstoner/modules/tag/Tag.java @@ -20,7 +20,7 @@ import com.redstoner.misc.Main; import com.redstoner.modules.Module; @Commands(CommandHolderType.File) -@Version(major = 4, minor = 0, revision = 0, compatible = 4) +@Version(major = 4, minor = 0, revision = 1, compatible = 4) public class Tag implements Module { private File tagLocation = new File(Main.plugin.getDataFolder(), "tag.json");