We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0b3c8 commit b4afd69Copy full SHA for b4afd69
build.gradle.kts
@@ -18,7 +18,7 @@ plugins {
18
signing
19
}
20
21
-val v = "0.2.1"
+val v = "0.3.0"
22
23
group = "xyz.gmitch215"
24
version = "${if (project.hasProperty("snapshot")) "$v-SNAPSHOT" else v}${project.findProperty("suffix")?.toString()?.run { "-${this}" } ?: ""}"
0 commit comments