File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 77}
88
99group = ' com.andre601'
10- version = ' 2.1.1 '
10+ version = ' 2.2.0 '
1111
1212sourceCompatibility = 1.8
1313
@@ -24,7 +24,7 @@ dependencies{
2424 api group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 3.11.0'
2525 api group : ' org.json' , name : ' json' , version : ' 20180813'
2626 api group : ' org.jetbrains' , name : ' annotations' , version : ' 16.0.2'
27- api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.BETA.0_32 ' ){
27+ api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.0.0_39 ' ){
2828 exclude(module : ' opus-java' )
2929 }
3030}
@@ -52,7 +52,7 @@ bintray{
5252 repo = ' maven'
5353 name = ' JavaBotBlockAPI'
5454 licenses = [' MIT' ]
55- vcsUrl = ' https://github.com/JavaBotBlockAPI /JavaBotBlockAPI'
55+ vcsUrl = ' https://github.com/botblock /JavaBotBlockAPI'
5656 version{
5757 name = project. version
5858 released = new Date ()
Original file line number Diff line number Diff line change 22
33- ### v2.0.0
44 - Added new get methods for bot and botlist infos.
5- - Updated JDA version to 4
5+ - Dependencies updated:
6+ - JDA: Updated to ` 4.BETA.0_23 `
67
78- ### v2.0.1
8- - Update dependency: ` JDA 4.BETA.0_23 -> 4.BETA.0_30 `
9+ - Dependencies updated:
10+ - JDA: ` 4.BETA.0_23 ` to ` 4.BETA.0_30 `
911
1012- ### v2.0.2
11- - Update dependency: ` JDA 4.BETA.0_30 -> 4.BETA.0_32 `
13+ - Dependencies updated
14+ - JDA: ` 4.BETA.0_30 ` to ` 4.BETA.0_32 `
1215
1316- ### v2.1.0
1417 - Added new Site enum to have easier methods and reliable sitenames
1518
1619- ### v2.1.1
17- - Added [ yabl.xyz] ( https://yabl.xyz ) to the Site
20+ - Sites updated:
21+ - [ yabl.xyz] ( https://yabl.xyz ) added.
22+
23+ - ### v2.2.0
24+ - Dependencies updated:
25+ - JDA: ` 4.BETA.0_32 ` to ` 4.0.0_39 ` (Official release of JDA v4)
1826
1927____
2028## v1
You can’t perform that action at this time.
0 commit comments