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.
This commit is contained in:
2024-12-01 16:08:47 +01:00
parent ea461409fb
commit db3aa2fbf6

View File

@@ -6,7 +6,7 @@ plugins {
}
group = "nl.astraeus"
version = "0.2.1-SNAPSHOT"
version = "0.2.2-SNAPSHOT"
repositories {
mavenCentral()