version bump

This commit is contained in:
Joe Shimell 2020-07-08 14:30:31 +01:00
parent d9802b1c1c
commit cb29f51982
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: DiscordWhitelister
version: 1.3.5
version: 1.3.6
author: Joe Shimell
main: uk.co.angrybee.joe.DiscordWhitelister
description: Discord whitelister bot.

View File

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

View File

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