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 9
9
id ' net.kyori.blossom' version ' 1.1.0'
10
10
}
11
11
12
- def ver = new Version (major : 6 , minor : 1 , revision : 0 )
12
+ def ver = new Version (major : 6 , minor : 2 , patch : 0 )
13
13
14
14
allprojects {
15
15
apply plugin : ' com.jfrog.bintray'
@@ -256,14 +256,14 @@ publishing {
256
256
}
257
257
258
258
class Version {
259
- String major, minor, revision
259
+ String major, minor, patch
260
260
261
261
static String getBuild (){
262
262
System . getenv(" BUILD_NUMBER" ) ? " _" + System . getenv(" BUILD_NUMBER" ) :
263
263
System . getProperty(" BUILD_NUMBER" ) ? " _" + System . getProperty(" BUILD_NUMBER" ) : " "
264
264
}
265
265
266
266
String toString (){
267
- " $major . $minor . ${ revision } $build "
267
+ " $major . $minor . ${ patch } $build "
268
268
}
269
269
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- api group : ' org.javacord' , name : ' javacord' , version : ' 3.0.7 '
2
+ api group : ' org.javacord' , name : ' javacord' , version : ' 3.1.1 '
3
3
implementation project(" :core" )
4
4
implementation project(" :request" )
5
5
}
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.2.0_204 ' ){
2
+ api(group : ' net.dv8tion' , name : ' JDA' , version : ' 4.2.0_207 ' ){
3
3
exclude(module : ' opus-java' )
4
4
}
5
5
implementation project(" :core" )
You can’t perform that action at this time.
0 commit comments