Skip to content

Commit

Permalink
Bump versions, fixes issues with the music player not playing some th…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
vladfrangu authored Feb 8, 2017
1 parent bf22dbd commit cd42f0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ task listJars {
}
}

version = "1.0.4"
version = "1.0.5"
//create a single Jar with all dependencies (just change the MainClass)
task fatJar(type: Jar) {
manifest {
Expand All @@ -32,9 +32,9 @@ task fatJar(type: Jar) {
}

dependencies {
compile 'net.dv8tion:JDA:3.0.BETA2_121'
compile 'net.dv8tion:JDA:3.0.BETA2_123'

compile 'com.sedmelluq:lavaplayer:1.1.34'
compile 'com.sedmelluq:lavaplayer:1.1.45'

compile 'com.google.code.gson:gson:2.8.0'

Expand Down

0 comments on commit cd42f0f

Please sign in to comment.