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{
77}
88
99project. group = " com.andre601"
10- project. version = " 3.0.4 "
10+ project. version = " 3.0.5 "
1111
12- sourceCompatibility = JavaVersion . VERSION_1_8
13- targetCompitability = JavaVersion . VERSION_1_8
12+ sourceCompatibility = targetCompitability = 1.8
1413
1514jar {
1615 baseName = ' JavaBotBlockAPI'
Original file line number Diff line number Diff line change 2222 - Deprecated ` Site.DISCORDBOTS_ORG ` . Use ` Site.TOP_GG ` instead.
2323
2424- ### v3.0.2
25+ - ** This update is not available on bintray!**
2526 - Dependencies updated:
2627 - JDA: ` 4.0.0_61 ` to ` 4.0.0_70 `
2728
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
2840____
2941## v2
3042
You can’t perform that action at this time.
0 commit comments