File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ plugins{
7
7
}
8
8
9
9
project. group = " com.andre601"
10
- project. version = " 3.0.4 "
10
+ project. version = " 3.0.5 "
11
11
12
- sourceCompatibility = JavaVersion . VERSION_1_8
13
- targetCompitability = JavaVersion . VERSION_1_8
12
+ sourceCompatibility = targetCompitability = 1.8
14
13
15
14
jar {
16
15
baseName = ' JavaBotBlockAPI'
Original file line number Diff line number Diff line change 22
22
- Deprecated ` Site.DISCORDBOTS_ORG ` . Use ` Site.TOP_GG ` instead.
23
23
24
24
- ### v3.0.2
25
+ - ** This update is not available on bintray!**
25
26
- Dependencies updated:
26
27
- JDA: ` 4.0.0_61 ` to ` 4.0.0_70 `
27
28
29
+ - ### v3.0.3
30
+ - Same changes as [ v3.0.2] ( #v302 )
31
+
32
+ - ### v3.0.4
33
+ - ** This update is not available on bintray!**
34
+ - RequestHandler was removed
35
+ - Dependencies updated:
36
+ - JDA: ` 4.0.0_70 ` to ` 4.0.0_73 `
37
+
38
+ - ### v3.0.5
39
+ - Fixed broken build.gradle
28
40
____
29
41
## v2
30
42
You can’t perform that action at this time.
0 commit comments