Skip to content

Commit

Permalink
Update lyrics.kt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Dec 18, 2023
1 parent 32b9780 commit 111e0f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "dev.schlaubi.lavakord"
version = "6.1.0"
version = "6.1.1"

allprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion plugins/lyrics/src/commonMain/kotlin/Plugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ import kotlinx.serialization.json.Json
*/
public object Lyrics : Plugin {
override val name: String = "lyrics"
override val version: String = "1.0.1"
override val version: String = "2.0.0"
}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencyResolutionManagement {
library("kotlinx-nodejs", "org.jetbrains.kotlin-wrappers", "kotlin-node").version("18.16.12-pre.594")

library("lavalink-protocol", "dev.arbjerg.lavalink", "protocol").version("4.0.0")
library("lyrics-protocol", "dev.schlaubi.lyrics", "protocol").version("1.0.1")
library("lyrics-protocol", "dev.schlaubi.lyrics", "protocol").version("2.0.0")
library(
"lavasearch-protocol",
"com.github.topi314.lavasearch",
Expand Down

0 comments on commit 111e0f3

Please sign in to comment.