diff --git a/gradle.properties b/gradle.properties index 83dfe8f..3448921 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.0.8 +version=1.0.9 kotlin.code.style=official org.gradle.caching=true org.gradle.parallel=true diff --git a/komok-tech-to-be-injected/README.md b/komok-tech-to-be-injected/README.md index 2e57adf..d17aaa3 100644 --- a/komok-tech-to-be-injected/README.md +++ b/komok-tech-to-be-injected/README.md @@ -19,7 +19,7 @@ Add the following to your `build.gradle.kts`: ```kotlin dependencies { - implementation("io.heapy.komok:komok-tech-to-be-injected:1.0.8") + implementation("io.heapy.komok:komok-tech-to-be-injected:1.0.9") } ```