diff --git a/README.md b/README.md index c0e1c9b..5d6991e 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Collection of Kotlin extension functions and utilities. This library does not ha Katlib is available on the Maven Central. Then to import Katlib to Gradle project use: ```Kotlin -implementation("dev.forst", "katlib", "2.2.1") +implementation("dev.forst", "katlib", "2.2.2") ``` Or with Groovy DSL ```groovy -implementation 'dev.forst:katlib:2.2.1' +implementation 'dev.forst:katlib:2.2.2' ``` To import Katlib to Maven project use: @@ -29,7 +29,7 @@ To import Katlib to Maven project use: dev.forst katlib - 2.2.1 + 2.2.2 ```