File tree 2 files changed +15
-7
lines changed
2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 7
7
}
8
8
9
9
group = ' com.andre601'
10
- version = ' 2.1.1 '
10
+ version = ' 2.2.0 '
11
11
12
12
sourceCompatibility = 1.8
13
13
@@ -24,7 +24,7 @@ dependencies{
24
24
api group : ' com.squareup.okhttp3' , name : ' okhttp' , version : ' 3.11.0'
25
25
api group : ' org.json' , name : ' json' , version : ' 20180813'
26
26
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 ' ){
28
28
exclude(module : ' opus-java' )
29
29
}
30
30
}
@@ -52,7 +52,7 @@ bintray{
52
52
repo = ' maven'
53
53
name = ' JavaBotBlockAPI'
54
54
licenses = [' MIT' ]
55
- vcsUrl = ' https://github.com/JavaBotBlockAPI /JavaBotBlockAPI'
55
+ vcsUrl = ' https://github.com/botblock /JavaBotBlockAPI'
56
56
version{
57
57
name = project. version
58
58
released = new Date ()
Original file line number Diff line number Diff line change 2
2
3
3
- ### v2.0.0
4
4
- 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 `
6
7
7
8
- ### 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 `
9
11
10
12
- ### 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 `
12
15
13
16
- ### v2.1.0
14
17
- Added new Site enum to have easier methods and reliable sitenames
15
18
16
19
- ### 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)
18
26
19
27
____
20
28
## v1
You can’t perform that action at this time.
0 commit comments