Skip to content

Commit 4b73473

Browse files
committed
Update Dependency
JDA 4.BETA.0_30 -> 4.BETA.0_32
1 parent 8412328 commit 4b73473

File tree

2 files changed

+27
-19
lines changed

2 files changed

+27
-19
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10-
version = '2.0.1'
10+
version = '2.0.2'
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_30'){
27+
api(group: 'net.dv8tion', name: 'JDA', version: '4.BETA.0_32'){
2828
exclude(module: 'opus-java')
2929
}
3030
}

release-notes.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
1-
## v2.0.1
2-
- Update JDA dependency to 4.BETA.0_30
1+
## v2
32

4-
## v2.0.0
5-
- Added new get methods for bot and botlist infos.
6-
- Updated JDA version to 4
3+
- ### v2.0.0
4+
- Added new get methods for bot and botlist infos.
5+
- Updated JDA version to 4
76

8-
## v1.0.5
9-
- Updated minimal delay to 2 since rate limit is 1/120s.
7+
- ## v2.0.1
8+
- Update dependency: `JDA 4.BETA.0_23 -> 4.BETA.0_30`
109

11-
## v1.0.4
12-
- RequestHandler now no longer allows values in itself. Instead you provide them through the postGuilds or startAutoPosting methods.
10+
- ## v2.0.2
11+
- Update dependency: `JDA 4.BETA.0_30 -> 4.BETA.0_32`
1312

14-
## v1.0.3
15-
- Attempt to fix JSONException for when BotBlock.org has no `failure` object.
13+
____
14+
## v1
1615

17-
## v1.0.2
18-
- Removed JDA and ShardManager from BotBlockAPI and let RequestHandler handle those.
16+
- ### v1.0.0
17+
- First release
1918

20-
## v1.0.1
21-
- Make Builder of BotBlockAPI static to fix error with it not being an enclosing class.
19+
- ### v1.0.1
20+
- Make BotBlockAPI.Builder static. [Fixes "Non enclosing class" error]
2221

23-
## v1.0.0
24-
- First release.
22+
- ### v1.0.2
23+
- Moved JDA and ShardManager from BotBlockAPI to RequestHandler methods.
24+
25+
- ### v1.0.3
26+
- Fixing JSONException when BotBlock.org has no 'failure' object present.
27+
28+
- ### v1.0.4
29+
- Made RequestHandler an empty constructor.
30+
31+
- ### v1.0.5
32+
- Updated minimal delay to 2 since rate limit is 1/120s.

0 commit comments

Comments
 (0)