From 07e4173c37a7e744262caa82f9d1e2250e456051 Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Sun, 15 Feb 2026 20:13:27 +0100 Subject: [PATCH] Change Jellylink dependency version to v0.2.0 Updated Jellylink dependency version in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49093f2..6f64a50 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add the following to your Lavalink `application.yml`: ```yaml lavalink: plugins: - - dependency: com.github.Myxelium:Jellylink:v0.1.0 + - dependency: com.github.Myxelium:Jellylink:v0.2.0 repository: https://jitpack.io ```