From a8a8ea940c4be1d2bccc8126ef7e200e92f6c9bd Mon Sep 17 00:00:00 2001 From: Infendro Date: Mon, 10 Nov 2025 18:52:59 +0100 Subject: [PATCH] bump version to 1.2.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 76c2f21..d24de58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ group = "com.infendro" -version = "1.1.0" +version = "1.2.0" repositories { maven("https://git.infendro.com/api/packages/Infendro/maven")