Skip to content

Commit e15859c

Browse files
committed
bump version to 2.0.2
1 parent b3d01f1 commit e15859c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
apply("versions.gradle.kts")
99

1010
group = "io.github.microutils"
11-
version = "2.0.1" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
11+
version = "2.0.2" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
1212

1313
repositories {
1414
jcenter()

0 commit comments

Comments
 (0)