Skip to content

Commit 2787dfa

Browse files
committed
Add HYDROGENBOTS_CLUB
1 parent b5e73c3 commit 2787dfa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

+1-1
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: 2, patch: 0)
12+
def ver = new Version(major: 6, minor: 2, patch: 1)
1313

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

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

+5
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ public enum Site {
120120
*/
121121
GLENNBOTLIST_XYZ("glennbotlist.xyz"),
122122

123+
/**
124+
* <a href="https://hydrogenbots.club" target="_blank">hydrogenbots.club</a>
125+
*/
126+
HYDROGENBOTS_CLUB("hydrogenbots.club"),
127+
123128
/**
124129
* <a href="https://mythicalbots.xyz" target="_blank">mythicalbots.xyz</a>
125130
*/

0 commit comments

Comments
 (0)