release 0.2.4

This commit is contained in:
Sergey Chernov 2024-08-01 02:36:16 +02:00
parent e0b6dea168
commit 1f7e7f88fa

View File

@ -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")
}
}
```