From bb0b31e84dc1d59954c4ff00dd639d1eb60fb342 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Tue, 10 Feb 2026 19:07:22 +0100 Subject: [PATCH] chore: Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- bindings/kotlin/build.gradle.kts | 2 +- bindings/kotlin/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c17d731..cf9da0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jecna_supl_client" -version = "0.2.2" +version = "0.2.3" dependencies = [ "minreq", "serde", diff --git a/Cargo.toml b/Cargo.toml index cd99a01..db91da9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jecna_supl_client" -version = "0.2.2" +version = "0.2.3" edition = "2024" [dependencies] diff --git a/bindings/kotlin/build.gradle.kts b/bindings/kotlin/build.gradle.kts index 7da5098..7dade1e 100644 --- a/bindings/kotlin/build.gradle.kts +++ b/bindings/kotlin/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "cz.jzitnik" -version = "0.2.2" +version = "0.2.3" repositories { mavenCentral() diff --git a/bindings/kotlin/pom.xml b/bindings/kotlin/pom.xml index 962e1c7..27cd78f 100644 --- a/bindings/kotlin/pom.xml +++ b/bindings/kotlin/pom.xml @@ -6,7 +6,7 @@ cz.jzitnik jecna-supl-client - 0.2.2 + 0.2.3 Jecna Supl Client Kotlin bindings for the Jecna Supl Rust library https://gitea.jzitnik.dev/jzitnik/jecna-supl-client