Skip to content

Commit 96e1a3f

Browse files
committed
Version 6.0.2
- Site updated - BOTS_DISCORDBOTLABS_ORG -> BOTS_DISCORDLABS_ORG
1 parent e26b24b commit 96e1a3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins{
99
id 'net.kyori.blossom' version '1.1.0'
1010
}
1111

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

1414
allprojects {
1515
apply plugin: 'com.jfrog.bintray'

core/src/main/java/org/botblock/javabotblockapi/core/Site.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ public enum Site {
4343
BOTSDATABASE_COM("botsdatabase.com"),
4444

4545
/**
46-
* <a href="https://bots.discordbotlabs.org" target="_blank">bots.discordbotlabs.org</a>
46+
* <a href="https://bots.discordlabs.org" target="_blank">bots.discordlabs.org</a>
4747
*/
48-
BOTS_DISCORDBOTLABS_ORG("bots.discordbotlabs.org"),
48+
BOTS_DISCORDLABS_ORG("bots.discordlabs.org"),
4949

5050
/**
5151
* <a href="https://botsfordiscord.com" target="_blank">botsfordiscord.com</a>

0 commit comments

Comments
 (0)