Skip to content

Commit

Permalink
Version 1.3.73
Browse files Browse the repository at this point in the history
  • Loading branch information
sedmelluq committed Mar 7, 2021
1 parent 2317f16 commit 84f0d36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.3.73] -- 2021-03-07
### Fixed
- Fix for YouTube playlists with pagination not loading (PR #592 by Walkyst)

## [1.3.72] -- 2021-03-03
### Fixed
- Fixed a specific MP3 frame type (version 2, layer 1, 144kbps) being decoded incorrectly.
Expand Down
2 changes: 1 addition & 1 deletion demo-d4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext.d4jVersion = '3.0.11'
dependencies {
compile "com.discord4j:discord4j-core:$d4jVersion"
compile "com.discord4j:discord4j-voice:$d4jVersion"
compile 'com.sedmelluq:lavaplayer:1.3.72'
compile 'com.sedmelluq:lavaplayer:1.3.73'
runtime 'ch.qos.logback:logback-classic:1.2.3'
}

Expand Down
2 changes: 1 addition & 1 deletion demo-jda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
compile 'net.dv8tion:JDA:4.2.0_228'
compile 'com.sedmelluq:lavaplayer:1.3.72'
compile 'com.sedmelluq:lavaplayer:1.3.73'
runtime 'ch.qos.logback:logback-classic:1.2.3'
}

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

ext.moduleName = 'lavaplayer'
version = '1.3.72'
version = '1.3.73'

repositories {
maven {
Expand Down

0 comments on commit 84f0d36

Please # to comment.