Skip to content

Commit

Permalink
update koe to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Apr 19, 2024
1 parent 0aa718c commit 3242e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ fun VersionCatalogBuilder.voice() {
library("lavaplayer-ip-rotator", "dev.arbjerg", "lavaplayer-ext-youtube-rotator").versionRef("lavaplayer")
library("lavadsp", "dev.arbjerg", "lavadsp").version("0.7.8")

library("koe", "moe.kyokobot.koe", "core").version("2.0.0-rc1")
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.0-rc1")
library("koe", "moe.kyokobot.koe", "core").version("2.0.1")
library("koe-udpqueue", "moe.kyokobot.koe", "ext-udpqueue").version("2.0.1")

version("udpqueue", "0.2.7")
val platforms = listOf("linux-x86-64", "linux-x86", "linux-aarch64", "linux-arm", "linux-musl-x86-64", "linux-musl-aarch64", "win-x86-64", "win-x86", "darwin")
Expand Down

0 comments on commit 3242e8a

Please sign in to comment.