File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
core/src/main/java/org/botblock/javabotblockapi/core Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 7
7
id ' com.github.johnrengelman.shadow' version ' 5.2.0'
8
8
}
9
9
10
- def ver = new Version (major : 6 , minor : 7 , patch : 2 )
10
+ def ver = new Version (major : 6 , minor : 7 , patch : 3 )
11
11
12
12
allprojects {
13
13
apply plugin : ' maven-publish'
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public class Info{
39
39
/**
40
40
* Patch version of the Wrapper.
41
41
*/
42
- public static final int PATCH = 2 ;
42
+ public static final int PATCH = 3 ;
43
43
44
44
/**
45
45
* Full version in the format {@code major.minor.patch}.
Original file line number Diff line number Diff line change @@ -258,6 +258,17 @@ public class Site{
258
258
*/
259
259
public static final Site INFINITYBOTLIST_XYZ = new Site ("infinitybotlist.xyz" , HttpMethod .GET , HttpMethod .POST );
260
260
261
+ /**
262
+ * <a href="https://listcord.gg" target="_blank">listcord.gg</a>
263
+ *
264
+ * <p>Supported methods:
265
+ * <ul>
266
+ * <li>GET</li>
267
+ * <li>POST</li>
268
+ * </ul>
269
+ */
270
+ public static final Site LISTCORD_GG = new Site ("listcord.gg" , HttpMethod .GET , HttpMethod .POST );
271
+
261
272
/**
262
273
* <a href="https://motiondevelopment.top" target="_blank">motiondevelopment.top</a>
263
274
*
You can’t perform that action at this time.
0 commit comments