From b20109b454c131c3a98f9cb3e685087f23f42943 Mon Sep 17 00:00:00 2001 From: duncte123 Date: Sun, 26 Nov 2023 20:46:59 +0100 Subject: [PATCH] Add prev releases --- README.md | 7 +++++++ plugin/build.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09aaf90..e8b583d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ Adding support for the following sources: **\* Version 1.5.x will only work on Lavalink v3 if you are running java 17 or newer** +### Latest version old releases + +| Notation | Latest Version | +|----------|----------------| +| 1.4.x | 1.4.2 | +| 1.5.x | 1.5.1 | + # Lava*player* users Currently not supported diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 47d76e1..f8610b9 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -98,7 +98,7 @@ githubRelease { |```yml |lavalink: | plugins: - | - dependency: "com.dunctebot:skybot-lavalink-plugin:VERSION" + | - dependency: "com.dunctebot:skybot-lavalink-plugin:$verName" | snapshot: true |``` """.trimMargin())