From 31088c45ab1a93df1dc912b37886116c0f44a79e Mon Sep 17 00:00:00 2001
From: Michael Rittmeister <michael@rittmeister.in>
Date: Sat, 7 Dec 2024 16:17:23 +0100
Subject: [PATCH] Bump version

---
 gradle/libs.versions.toml | 2 +-
 music/build.gradle.kts    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 6bfebb62..bb7594ca 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -6,7 +6,7 @@ coroutines = "1.9.0"
 serialization = "1.7.3"
 ktor = "3.0.2"
 kord = "mikbot-SNAPSHOT"
-api = "4.1.5"
+api = "4.2.0"
 ksp = "2.0.21-1.0.26"
 lavakord = "9.0.1"
 kordex-plugin = "1.5.6"
diff --git a/music/build.gradle.kts b/music/build.gradle.kts
index 75f4800f..ae0ce115 100644
--- a/music/build.gradle.kts
+++ b/music/build.gradle.kts
@@ -1,5 +1,5 @@
 subprojects {
-    version = "4.1.3-SNAPSHOT"
+    version = "4.2.0-SNAPSHOT"
 
     repositories {
         maven("https://maven.topi.wtf/releases")