Archived
0

Fixed Tag's Version number

This commit is contained in:
Minenash
2018-09-23 18:04:33 -04:00
parent 63a651ff07
commit b4e9073dc0

View File

@@ -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");