We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e73c3 commit 2787dfaCopy full SHA for 2787dfa
build.gradle
@@ -9,7 +9,7 @@ plugins{
9
id 'net.kyori.blossom' version '1.1.0'
10
}
11
12
-def ver = new Version(major: 6, minor: 2, patch: 0)
+def ver = new Version(major: 6, minor: 2, patch: 1)
13
14
allprojects {
15
apply plugin: 'com.jfrog.bintray'
core/src/main/java/org/botblock/javabotblockapi/core/Site.java
@@ -120,6 +120,11 @@ public enum Site {
120
*/
121
GLENNBOTLIST_XYZ("glennbotlist.xyz"),
122
123
+ /**
124
+ * <a href="https://hydrogenbots.club" target="_blank">hydrogenbots.club</a>
125
+ */
126
+ HYDROGENBOTS_CLUB("hydrogenbots.club"),
127
+
128
/**
129
* <a href="https://mythicalbots.xyz" target="_blank">mythicalbots.xyz</a>
130
0 commit comments