version bump

This commit is contained in:
Joe Shimell 2021-03-13 13:25:58 +00:00
parent 973d5f53e7
commit 0efbb9e929
4 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>uk.co.angrybee.joe</groupId>
<artifactId>discord-whitelister</artifactId>
<version>1.4.6</version>
<version>1.4.7</version>
<name>discord-whitelister</name>
<url>https://github.com/JoeShimell/DiscordWhitelisterSpigot</url>

View File

@ -1147,6 +1147,7 @@ public class DiscordClient extends ListenerAdapter
CheckForRequiredRole(e);
}
// TODO check users at startup for required role, in case it was removed while the bot was offline
private static void CheckForRequiredRole(GuildMemberRoleRemoveEvent e)
{
if(!checkForMissingRole)

View File

@ -10,5 +10,5 @@ public class VersionInfo
return "v." + getVersion();
}
private static String version = "1.4.6";
private static String version = "1.4.7";
}

View File

@ -1,5 +1,5 @@
name: DiscordWhitelister
version: 1.4.6
version: 1.4.7
author: Joe Shimell
main: uk.co.angrybee.joe.DiscordWhitelister
description: Discord Whitelister.