From edddb4d14a90b36e75494eb5ccd9f298c3e68a5b Mon Sep 17 00:00:00 2001 From: Infendro Date: Sun, 17 Aug 2025 15:15:53 +0200 Subject: [PATCH] bump version to 1.0.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 11e9ee4..88f70c9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ group = "com.infendro" -version = "1.0.1" +version = "1.0.2" repositories { maven("https://git.infendro.com/api/packages/Infendro/maven")