From eb97ca721b6f80c5341b5ad7a8d39bffae5b8477 Mon Sep 17 00:00:00 2001 From: uchuhimo Date: Tue, 26 Nov 2019 01:56:12 +0800 Subject: [PATCH] release: bump version to v0.21.0 --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 031bab83..d473d5ae 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.20.0 + 0.21.0 ``` ### Gradle ```groovy -compile 'com.uchuhimo:konf:0.20.0' +compile 'com.uchuhimo:konf:0.21.0' ``` ### Gradle Kotlin DSL ```kotlin -compile(group = "com.uchuhimo", name = "konf", version = "0.20.0") +compile(group = "com.uchuhimo", name = "konf", version = "0.21.0") ``` ### Maven (master snapshot) diff --git a/build.gradle.kts b/build.gradle.kts index 4497a9ea..7a5a62ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ allprojects { apply(plugin = "com.jfrog.bintray") group = "com.uchuhimo" - version = "0.20.0" + version = "0.21.0" repositories { if (useAliyun) {