Skip to content

Commit dfd5db3

Browse files
committed
release: 1.0.1
1 parent 6f7aa02 commit dfd5db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
val isSnapshot: Boolean = project.hasProperty("snapshot") || System.getProperty("snapshot")?.toBoolean() == true
11-
val stable = "1.0.0"
11+
val stable = "1.0.1"
1212

1313
allprojects {
1414
apply(plugin = "java")

0 commit comments

Comments
 (0)