From b8ac3e20e09098aecb7e5b96a44078544521d6e6 Mon Sep 17 00:00:00 2001 From: sergeych Date: Mon, 15 Dec 2025 09:04:14 +0100 Subject: [PATCH] 0.3.2 released, readme update --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b87e5ff..654570c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ in native targets. # 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. diff --git a/build.gradle.kts b/build.gradle.kts index 81463fa..613ea40 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "net.sergeych" -version = "0.3.2-SNAPSHOT" +version = "0.3.2" repositories { google()