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 ef6423b commit 568a925Copy full SHA for 568a925
README.md
@@ -47,7 +47,7 @@ kotlin {
47
sourceSets {
48
commonMain {
49
dependencies {
50
- implementation("io.github.optimumcode:karacteristics:0.0.4")
+ implementation("io.github.optimumcode:karacteristics:0.0.5")
51
}
52
53
gradle.properties
@@ -6,7 +6,7 @@ org.gradle.java.installations.auto-download=false
6
org.gradle.daemon=false
7
org.gradle.parallel=false
8
9
-version=0.0.5-SNAPSHOT
+version=0.0.6-SNAPSHOT
10
11
SONATYPE_HOST=S01
12
0 commit comments