Archived
0

Fixed Version Numbers

This commit is contained in:
minenash
2018-01-21 17:15:34 -05:00
parent fbec2339f2
commit be06fe1d96
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ import net.nemez.chatapi.ChatAPI;
* @author Pepich */
@Commands(CommandHolderType.String)
@AutoRegisterListener
@Version(major = 4, minor = 0, revision = 1, compatible = 4)
@Version(major = 4, minor = 0, revision = 2, compatible = 4)
public class Chatgroups implements Module, Listener
{
private static final char defaultKey = ':';

View File

@@ -20,7 +20,7 @@ import com.redstoner.modules.ignore.Ignore;
import com.redstoner.modules.socialspy.Socialspy;
@Commands(CommandHolderType.File)
@Version(major = 4, minor = 0, revision = 1, compatible = 4)
@Version(major = 4, minor = 0, revision = 2, compatible = 4)
public class Message implements Module
{
HashMap<CommandSender, CommandSender> replyTargets = new HashMap<>();

View File

@@ -33,7 +33,7 @@ import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File)
@AutoRegisterListener
@Version(major = 4, minor = 0, revision = 2, compatible = 4)
@Version(major = 4, minor = 1, revision = 0, compatible = 4)
public class Misc implements Module, Listener
{
private final String[] sudoBlacklist = new String[] {"(.*:)?e?sudo", "(.*:)?script.*", "(.*:)?stop",