From c6a2384c094e44c22cef42d2e6bac9b25eace520 Mon Sep 17 00:00:00 2001 From: oshai Date: Fri, 8 Dec 2017 00:31:04 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92515f44..951f26a5 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,14 @@ An `Android` example project with kotlin logging can be found in [kotlin-logging io.github.microutils kotlin-logging - 1.4.6 + 1.4.7 ``` See full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven). ### Gradle ```Groovy -compile 'io.github.microutils:kotlin-logging:1.4.6' +compile 'io.github.microutils:kotlin-logging:1.4.7' ``` Or alternatively, download jar from [github](https://github.com/MicroUtils/kotlin-logging/releases/latest) or [bintray](https://dl.bintray.com/microutils/kotlin-logging/io/github/microutils/kotlin-logging/) or [maven-central](http://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/).