From 2587002f8dae1176033e0e14964ebe1048f9eaf4 Mon Sep 17 00:00:00 2001 From: duncte123 Date: Sun, 26 Nov 2023 11:22:28 +0100 Subject: [PATCH] More thumbnails --- README.md | 11 +++++------ build.gradle.kts | 2 +- settings.gradle.kts | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 390ef9c..664abd9 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,20 @@ Adding support for the following sources: - Mixcloud - ocremix.org -- spotify (not implemented) (via youtube loading) - Clyp.it - Reddit - getyarn.io - Text To Speech (if prefixed with `speak:`) -- TikTok (in beta, works on _most_ videos will break all the time) +- TikTok (in beta, works on _most_ videos and **will** break all the time) - PornHub - soundgasm ## Lavalink version compatibility -| Lavalink Version | Plugin Version | -|------------------|-------------------| -| 3.x.x | 1.4.x OR 1.5.x \* | -| 4.x.x | 1.4.x OR 1.5.x | +| Lavalink Version | Plugin Version | +|------------------|-----------------------| +| 3.x.x | 1.4.x OR 1.5.x \* | +| 4.x.x | 1.4.x, 1.5.x OR 1.6.x | **\* Version 1.5.x will only work on Lavalink v3 if you are running java 17 or newer** diff --git a/build.gradle.kts b/build.gradle.kts index 9292a9b..90290e5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ java { } } -val pluginVersion = Version(1, 5, 1) +val pluginVersion = Version(1, 6, 0) group = "com.dunctebot" version = "$pluginVersion" diff --git a/settings.gradle.kts b/settings.gradle.kts index 14626d4..865dfaa 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -14,7 +14,7 @@ dependencyResolutionManagement { } fun VersionCatalogBuilder.common() { - library("sourcemanager", "com.dunctebot", "sourcemanagers").version("1.8.5") + library("sourcemanager", "com.dunctebot", "sourcemanagers").version("1.9.0") version("lavalink-api", "4.0.0-beta.5") version("lavalink-server", "0f59a5a981af0dfa13cb9f51145e077e8dd89e13")