From 4d78539ad870666b3dfb643cc6ff645533116c12 Mon Sep 17 00:00:00 2001 From: uchuhimo Date: Mon, 12 Oct 2020 13:51:34 +0800 Subject: [PATCH] release: bump version to v0.23.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cab638ab..cefbb2bd 100644 --- a/README.md +++ b/README.md @@ -84,20 +84,20 @@ Konf is modular, you can use different modules for different sources: com.uchuhimo konf - 0.22.1 + 0.23.0 ``` ### Gradle ```groovy -compile 'com.uchuhimo:konf:0.22.1' +compile 'com.uchuhimo:konf:0.23.0' ``` ### Gradle Kotlin DSL ```kotlin -compile(group = "com.uchuhimo", name = "konf", version = "0.22.1") +compile(group = "com.uchuhimo", name = "konf", version = "0.23.0") ``` ### Maven (master snapshot)