diff --git a/README.md b/README.md index 7ee49390..49b06e63 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ In short, if you just want to log statements to stdout, it's possible to add the io.github.oshai kotlin-logging-jvm - 5.0.0 + 5.0.1 ``` @@ -98,7 +98,7 @@ See the full example in [kotlin-logging-example-maven](https://github.com/oshai/ ### Gradle ```Groovy -implementation 'io.github.oshai:kotlin-logging-jvm:5.0.0' +implementation 'io.github.oshai:kotlin-logging-jvm:5.0.1' ```