File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 id ' net.kyori.blossom' version ' 1.1.0'
1010}
1111
12- def ver = new Version (major : 6 , minor : 1 , revision : 0 )
12+ def ver = new Version (major : 6 , minor : 2 , patch : 0 )
1313
1414allprojects {
1515 apply plugin : ' com.jfrog.bintray'
@@ -256,14 +256,14 @@ publishing {
256256}
257257
258258class Version {
259- String major, minor, revision
259+ String major, minor, patch
260260
261261 static String getBuild (){
262262 System . getenv(" BUILD_NUMBER" ) ? " _" + System . getenv(" BUILD_NUMBER" ) :
263263 System . getProperty(" BUILD_NUMBER" ) ? " _" + System . getProperty(" BUILD_NUMBER" ) : " "
264264 }
265265
266266 String toString (){
267- " $major . $minor . ${ revision } $build "
267+ " $major . $minor . ${ patch } $build "
268268 }
269269}
Original file line number Diff line number Diff line change 11dependencies {
2- api group : ' org.javacord' , name : ' javacord' , version : ' 3.0.7 '
2+ api group : ' org.javacord' , name : ' javacord' , version : ' 3.1.1 '
33 implementation project(" :core" )
44 implementation project(" :request" )
55}
Original file line number Diff line number Diff line change 11dependencies {
2- api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.2.0_204 ' ){
2+ api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.2.0_207 ' ){
33 exclude(module : ' opus-java' )
44 }
55 implementation project(" :core" )
You can’t perform that action at this time.
0 commit comments