From db3aa2fbf65c326c7e65291234383a0ad60e5053 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Sun, 1 Dec 2024 16:08:47 +0100 Subject: [PATCH] Release version 0.2.1, bump version to 0.2.2-SNAPSHOT Update the project version to 0.2.2-SNAPSHOT in build.gradle.kts to prepare for the next iteration of development. This is a minor version increment indicating ongoing work and new features in progress. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0f1f342..bc914ee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "nl.astraeus" -version = "0.2.1-SNAPSHOT" +version = "0.2.2-SNAPSHOT" repositories { mavenCentral()