bump Minor version
All checks were successful
Publish / Gradle-Publish (push) Successful in 12s
Build / Gradle-Build (push) Successful in 9s
Test / Gradle-Test (push) Successful in 12s

This commit is contained in:
Tueem 2025-04-15 23:25:45 +02:00
parent 8d24604707
commit d76db0ba61
Signed by: tueem
GPG Key ID: F2CE0513D231AD7A

View File

@ -6,7 +6,7 @@ plugins {
allprojects { allprojects {
group = "net.tomatentum.cutin" group = "net.tomatentum.cutin"
version = "0.1.1" + (if (!project.hasProperty("release")) ("-" + getGitHash()) else "") version = "0.2.0" + (if (!project.hasProperty("release")) ("-" + getGitHash()) else "")
description = "A lightweight Reflection abstraction specifically but not exclusively made for tueem/Marinara." description = "A lightweight Reflection abstraction specifically but not exclusively made for tueem/Marinara."
plugins.withType<JavaPlugin> { plugins.withType<JavaPlugin> {
tasks.withType<Jar>().configureEach { tasks.withType<Jar>().configureEach {