Skip to content

Commit

Permalink
Version 6.0.2
Browse files Browse the repository at this point in the history
- Site updated
  - BOTS_DISCORDBOTLABS_ORG -> BOTS_DISCORDLABS_ORG
  • Loading branch information
Andre601 committed Aug 13, 2020
1 parent e26b24b commit 96e1a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins{
id 'net.kyori.blossom' version '1.1.0'
}

def ver = new Version(major: 6, minor: 0, revision: 1)
def ver = new Version(major: 6, minor: 0, revision: 2)

allprojects {
apply plugin: 'com.jfrog.bintray'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ public enum Site {
BOTSDATABASE_COM("botsdatabase.com"),

/**
* <a href="https://bots.discordbotlabs.org" target="_blank">bots.discordbotlabs.org</a>
* <a href="https://bots.discordlabs.org" target="_blank">bots.discordlabs.org</a>
*/
BOTS_DISCORDBOTLABS_ORG("bots.discordbotlabs.org"),
BOTS_DISCORDLABS_ORG("bots.discordlabs.org"),

/**
* <a href="https://botsfordiscord.com" target="_blank">botsfordiscord.com</a>
Expand Down

0 comments on commit 96e1a3f

Please sign in to comment.