chore: Bump

This commit is contained in:
2026-02-09 17:12:29 +01:00
parent 7738043a80
commit 5d21a8ad9e
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -357,7 +357,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
[[package]]
name = "jecna_supl_client"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"minreq",
"serde",

View File

@@ -1,6 +1,6 @@
[package]
name = "jecna_supl_client"
version = "0.2.1"
version = "0.2.2"
edition = "2024"
[dependencies]

View File

@@ -6,7 +6,7 @@ plugins {
}
group = "cz.jzitnik"
version = "0.2.1"
version = "0.2.2"
repositories {
mavenCentral()

View File

@@ -6,7 +6,7 @@
<groupId>cz.jzitnik</groupId>
<artifactId>jecna-supl-client</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<name>Jecna Supl Client</name>
<description>Kotlin bindings for the Jecna Supl Rust library</description>
<url>https://gitea.jzitnik.dev/jzitnik/jecna-supl-client</url>