diff --git a/README.md b/README.md index 02216291..69025ed9 100644 --- a/README.md +++ b/README.md @@ -83,20 +83,20 @@ Konf is modular, you can use different modules for different sources: com.uchuhimo konf - 0.22.0 + 0.22.1 ``` ### Gradle ```groovy -compile 'com.uchuhimo:konf:0.22.0' +compile 'com.uchuhimo:konf:0.22.1' ``` ### Gradle Kotlin DSL ```kotlin -compile(group = "com.uchuhimo", name = "konf", version = "0.22.0") +compile(group = "com.uchuhimo", name = "konf", version = "0.22.1") ``` ### Maven (master snapshot) diff --git a/build.gradle.kts b/build.gradle.kts index 8644f1fb..99574768 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ allprojects { apply(plugin = "com.jfrog.bintray") group = "com.uchuhimo" - version = "0.22.0" + version = "0.22.1" repositories { if (useAliyun) {