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