diff --git a/README.md b/README.md index ed54b460..27068abe 100644 --- a/README.md +++ b/README.md @@ -86,20 +86,20 @@ Konf is modular, you can use different modules for different sources: com.uchuhimo konf - 1.1.1 + 1.1.2 ``` ### Gradle ```groovy -compile 'com.uchuhimo:konf:1.1.1' +compile 'com.uchuhimo:konf:1.1.2' ``` ### Gradle Kotlin DSL ```kotlin -compile(group = "com.uchuhimo", name = "konf", version = "1.1.1") +compile(group = "com.uchuhimo", name = "konf", version = "1.1.2") ``` ### Maven (master snapshot) diff --git a/build.gradle.kts b/build.gradle.kts index 4ef6f8fa..a0749147 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,7 @@ allprojects { apply(plugin = "org.jetbrains.dokka") group = "com.uchuhimo" - version = "1.1.1" + version = "1.1.2" repositories { if (useAliyun) {