From 53d71bdba8d45b1c74c29618c4a331fbd4b29af9 Mon Sep 17 00:00:00 2001 From: uchuhimo Date: Tue, 24 Dec 2019 19:54:21 +0800 Subject: [PATCH] release: bump version to v0.22.1 --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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) {