diff --git a/README.md b/README.md index 8a9cfc91..aceb474e 100644 --- a/README.md +++ b/README.md @@ -78,20 +78,20 @@ Konf is modular, you can use different modules for different sources: com.uchuhimo konf - 0.15.1 + 0.16.0 ``` ### Gradle ```groovy -compile 'com.uchuhimo:konf:0.15.1' +compile 'com.uchuhimo:konf:0.16.0' ``` ### Gradle Kotlin DSL ```kotlin -compile(group = "com.uchuhimo", name = "konf", version = "0.15.1") +compile(group = "com.uchuhimo", name = "konf", version = "0.16.0") ``` ### Maven (master snapshot) diff --git a/build.gradle.kts b/build.gradle.kts index 01710d8e..a6b2c044 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ allprojects { apply(plugin = "com.jfrog.bintray") group = "com.uchuhimo" - version = "0.15.1" + version = "0.16.0" repositories { aliyunMaven()