From 58c07e8e733465fd60875dee7e00b27bfba8da79 Mon Sep 17 00:00:00 2001 From: oshai Date: Sat, 30 Dec 2017 23:55:12 +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 951f26a5..a3254d27 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.7 + 1.4.9 ``` 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.7' +compile 'io.github.microutils:kotlin-logging:1.4.9' ``` 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/).