From 065621bf36180f48de3fcae83e83180ea17675d6 Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 24 Jul 2025 20:36:05 +0200 Subject: [PATCH] bump version to 1.2.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d84a237..2eba9f7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ group = "com.infendro" -version = "1.2.0" +version = "1.2.1" repositories { maven("https://git.infendro.com/api/packages/Infendro/maven")