From 0229457a204861e3867df75505d2a691f838978b Mon Sep 17 00:00:00 2001 From: Infendro Date: Mon, 10 Nov 2025 14:54:28 +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 e229a86..38fcdc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ group = "com.infendro" -version = "1.1.2" +version = "1.2.0" repositories { maven("https://git.infendro.com/api/packages/Infendro/maven")