From a1cf5f42026b2218fe3624dfe4a99f43dcc2fa7f Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 24 Jul 2025 21:10:20 +0200 Subject: [PATCH] bump version to 1.0.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c8c1c91..11e9ee4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ group = "com.infendro" -version = "1.0.0" +version = "1.0.1" repositories { maven("https://git.infendro.com/api/packages/Infendro/maven")