From 68d398acc0e290ccc2d38c962ab29d53a351dd34 Mon Sep 17 00:00:00 2001 From: "Frederik Ar. Mikkelsen" Date: Mon, 28 Dec 2020 19:54:01 +0100 Subject: [PATCH] Version 3.3.2.3 --- CHANGELOG.md | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cc2ba6c..3852570c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## 3.3.2.3 +* Update Lavaplayer to 1.3.65, fixes Soundcloud + ## v3.3.2.2 * Updated Lavaplayer to 1.3.61 * Fixed a ConcurrentModificationException ([Thewsomeguy](https://github.com/Thewsomeguy)) diff --git a/build.gradle b/build.gradle index 02bf94b58..9d7202586 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ subprojects { ext { //@formatter:off - lavaplayerVersion = '1.3.62' + lavaplayerVersion = '1.3.65' lavaplayerIpRotatorVersion = '0.2.3' jdaNasVersion = '1.1.0' jappVersion = '1.3.2-MINN'