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