Skip to content

Commit

Permalink
Merge pull request #381 from Frederikam/dev
Browse files Browse the repository at this point in the history
Release v3.3.2.1
  • Loading branch information
freyacodes authored Oct 28, 2020
2 parents 644b8c9 + 83b9002 commit 833f72e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Each release usually includes various fixes and improvements.
The most noteworthy of these, as well as any features and breaking changes, are listed here.

## v3.3.2.1
* Updated to Sedmelluq's Lavaplayer 1.3.53

## v3.3.2
* Replaced Magma with Koe.
* Finally implemented `stopTime` for `play` op.
Expand Down
3 changes: 1 addition & 2 deletions LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ dependencies {
exclude group: "org.slf4j", module: "slf4j-api"
}
compile group: 'moe.kyokobot.koe', name: 'ext-udpqueue', version: koeVersion
//compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
compile group: 'com.github.devoxin', name: 'lavaplayer', version: '1.3.59'
compile group: 'com.sedmelluq', name: 'lavaplayer', version: lavaplayerVersion
compile group: 'com.sedmelluq', name: 'lavaplayer-ext-youtube-rotator', version: lavaplayerIpRotatorVersion
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ subprojects {

ext {
//@formatter:off
lavaplayerVersion = '1.3.50'
lavaplayerVersion = '1.3.53'
lavaplayerIpRotatorVersion = '0.2.3'
jdaNasVersion = '1.1.0'
jappVersion = '1.3.2-MINN'
Expand Down

0 comments on commit 833f72e

Please sign in to comment.