diff --git a/README.md b/README.md index a0634e86..b313055d 100644 --- a/README.md +++ b/README.md @@ -81,20 +81,20 @@ Konf is modular, you can use different modules for different sources: com.uchuhimo konf - 0.18.0 + 0.19.0 ``` ### Gradle ```groovy -compile 'com.uchuhimo:konf:0.18.0' +compile 'com.uchuhimo:konf:0.19.0' ``` ### Gradle Kotlin DSL ```kotlin -compile(group = "com.uchuhimo", name = "konf", version = "0.18.0") +compile(group = "com.uchuhimo", name = "konf", version = "0.19.0") ``` ### Maven (master snapshot) diff --git a/build.gradle.kts b/build.gradle.kts index 9c17e465..eb00c8b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ allprojects { apply(plugin = "com.jfrog.bintray") group = "com.uchuhimo" - version = "0.18.0" + version = "0.19.0" repositories { if (useAliyun) {