From e39a4cafef867fe3284d50b2eb37db5f96211304 Mon Sep 17 00:00:00 2001 From: Jesus Zazueta Date: Sun, 25 Aug 2024 04:13:43 -0400 Subject: [PATCH] - Initial API server based implementation. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a937570..641afcf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("io.vacco.oss.gitflow") version "1.0.1" apply(false) } subprojects { apply(plugin = "io.vacco.oss.gitflow") group = "io.vacco.beleth" - version = "0.2.6" + version = "0.4.0" configure { sharedLibrary(true, false)