File tree Expand file tree Collapse file tree 4 files changed +15
-30
lines changed
src/main/java/com/andre601/javabotblockapi Expand file tree Collapse file tree 4 files changed +15
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77}
88
99group = ' com.andre601'
10- version = ' 2.3.1 '
10+ version = ' 2.3.3 '
1111
1212sourceCompatibility = 1.8
1313
@@ -46,8 +46,8 @@ artifacts{
4646}
4747
4848bintray {
49- user = System . getenv( " bintrayUser" )
50- key = System . getenv( " bintrayApiKey" )
49+ user = bintrayUser
50+ key = bintrayApiKey
5151 publications = [' JavaBotBlockAPIRelease' ]
5252 pkg{
5353 repo = ' maven'
Original file line number Diff line number Diff line change 1818
1919- ### v2.1.1
2020 - Sites updated:
21- - [ yabl.xyz] ( https://yabl.xyz ) added.
21+ - + [ yabl.xyz] ( https://yabl.xyz ) added.
2222
2323- ### v2.2.0
2424 - Dependencies updated:
3636
3737- ### v2.3.1
3838 - 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.
3948
4049____
4150## v1
Original file line number Diff line number Diff line change @@ -65,9 +65,9 @@ public enum Site {
6565 */
6666 DISCORD_BOTS_GG ("discord.bots.gg" ),
6767 /**
68- * <a href="https://discordbotlist.us.to " target="_blank">discordbotlist.us.to </a>
68+ * <a href="https://discordextremelist.xyz " target="_blank">discordextremelist.xyz </a>
6969 */
70- DISCORDBOTLIST_US_TO ( "discordbotlist.us.to " ),
70+ DISCORDEXTREMELIST_XYZ ( "discordextremelist.xyz " ),
7171 /**
7272 * <a href="https://discordsbestbots.xyz" target="_blank">discordsbestbots.xyz</a>
7373 */
You can’t perform that action at this time.
0 commit comments