Skip to content

Commit c53e61c

Browse files
committed
Update JDA to released version.
1 parent a8afa6d commit c53e61c

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10-
version = '2.1.1'
10+
version = '2.2.0'
1111

1212
sourceCompatibility = 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()

release-notes.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,27 @@
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

0 commit comments

Comments
 (0)