diff --git a/README.md b/README.md index c581346..b5c9736 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ It could be, depending on your project structure, something like: ```kotlin val commonMain by getting { dependencies { - api("net.sergeych:kiloparsec:0.2.3") + api("net.sergeych:kiloparsec:0.2.4") } } ```