We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af97db commit 5b221f4Copy full SHA for 5b221f4
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
apply("versions.gradle.kts")
9
10
group = "io.github.microutils"
11
-version = "2.0.4" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
+version = "2.0.5" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
12
13
repositories {
14
jcenter()
0 commit comments