Archived
0

Fixed version numbers

This commit is contained in:
Minenash
2018-11-09 20:59:39 -05:00
parent 407b357e87
commit 51122a2484
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ import com.redstoner.modules.Module;
import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
@Version(major = 4, minor = 2, revision = 0, compatible = 4)
public class Check implements Module, Listener
{
MysqlTable table;

View File

@@ -26,7 +26,7 @@ import net.nemez.chatapi.click.Message;
*
* @author Redempt */
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
@Version(major = 4, minor = 2, revision = 0, compatible = 4)
public class Reports implements Module
{
private int task = 0;

View File

@@ -35,7 +35,7 @@ import net.nemez.chatapi.click.Message;
@AutoRegisterListener
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 0, revision = 10, compatible = 4)
@Version(major = 4, minor = 0, revision = 11, compatible = 4)
public class Seen implements Module, Listener
{
HashMap<UUID, JSONArray> names = new HashMap<>();