From e5bbd9730c76ee23b425ae38d18e8d7403e62176 Mon Sep 17 00:00:00 2001 From: Infendro Date: Mon, 10 Nov 2025 14:27:26 +0100 Subject: [PATCH] bump version to 1.3.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4268432..4eb1f56 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ group = "com.infendro" -version = "1.2.2" +version = "1.3.0" repositories { maven("https://git.infendro.com/api/packages/Infendro/maven")