We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0296125 commit 24da457Copy full SHA for 24da457
2 files changed
README.md
@@ -47,7 +47,7 @@ kotlin {
47
sourceSets {
48
commonMain {
49
dependencies {
50
- implementation("io.github.optimumcode:karacteristics:0.0.7")
+ implementation("io.github.optimumcode:karacteristics:0.0.8")
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.8-SNAPSHOT
+version=0.0.9-SNAPSHOT
10
11
mavenCentralPublishing=true
12
signAllPublications=true
0 commit comments