We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7aa02 commit dfd5db3Copy full SHA for dfd5db3
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
val isSnapshot: Boolean = project.hasProperty("snapshot") || System.getProperty("snapshot")?.toBoolean() == true
11
-val stable = "1.0.0"
+val stable = "1.0.1"
12
13
allprojects {
14
apply(plugin = "java")
0 commit comments