File tree 4 files changed +15
-30
lines changed
src/main/java/com/andre601/javabotblockapi
4 files changed +15
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
}
8
8
9
9
group = ' com.andre601'
10
- version = ' 2.3.1 '
10
+ version = ' 2.3.3 '
11
11
12
12
sourceCompatibility = 1.8
13
13
@@ -46,8 +46,8 @@ artifacts{
46
46
}
47
47
48
48
bintray {
49
- user = System . getenv( " bintrayUser" )
50
- key = System . getenv( " bintrayApiKey" )
49
+ user = bintrayUser
50
+ key = bintrayApiKey
51
51
publications = [' JavaBotBlockAPIRelease' ]
52
52
pkg{
53
53
repo = ' maven'
Original file line number Diff line number Diff line change 18
18
19
19
- ### v2.1.1
20
20
- Sites updated:
21
- - [ yabl.xyz] ( https://yabl.xyz ) added.
21
+ - + [ yabl.xyz] ( https://yabl.xyz ) added.
22
22
23
23
- ### v2.2.0
24
24
- Dependencies updated:
36
36
37
37
- ### v2.3.1
38
38
- Adding GitHub Actions to workflow.
39
+
40
+ - ### v2.3.2
41
+ - Attempt to fix GitHub's Actions.
42
+
43
+ - ### v2.3.3
44
+ - Sites updated:
45
+ - + [ discordextremelist.xyz] ( https://discordextremelist.xyz )
46
+ - - discordbotlist.us.to
47
+ - Removed GitHub Actions for now.
39
48
40
49
____
41
50
## v1
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ public enum Site {
65
65
*/
66
66
DISCORD_BOTS_GG ("discord.bots.gg" ),
67
67
/**
68
- * <a href="https://discordbotlist.us.to " target="_blank">discordbotlist.us.to </a>
68
+ * <a href="https://discordextremelist.xyz " target="_blank">discordextremelist.xyz </a>
69
69
*/
70
- DISCORDBOTLIST_US_TO ( "discordbotlist.us.to " ),
70
+ DISCORDEXTREMELIST_XYZ ( "discordextremelist.xyz " ),
71
71
/**
72
72
* <a href="https://discordsbestbots.xyz" target="_blank">discordsbestbots.xyz</a>
73
73
*/
You can’t perform that action at this time.
0 commit comments