0.3.2 released, readme update

This commit is contained in:
Sergey Chernov 2025-12-15 09:04:14 +01:00
parent 972b033be1
commit b8ac3e20e0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ in native targets.
# Important note # Important note
Currently published version 0.3.0 for all platform is fully compatible with breaking kotlinx.datetime/kotlin.time migration as of Kotlin 2.2.21 and is __a recommended version to use__. Currently published version 0.3.2 for all platform is fully compatible with breaking kotlinx.datetime/kotlin.time migration as of Kotlin 2.2.21 and is __a recommended version to use__.
Sorry for inconveniences, it is all caused by strange ideas of the Kotlin team. Sorry for inconveniences, it is all caused by strange ideas of the Kotlin team.

View File

@ -9,7 +9,7 @@ plugins {
} }
group = "net.sergeych" group = "net.sergeych"
version = "0.3.2-SNAPSHOT" version = "0.3.2"
repositories { repositories {
google() google()