chore: Bump version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -357,7 +357,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jecna_supl_client"
|
name = "jecna_supl_client"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"minreq",
|
"minreq",
|
||||||
"serde",
|
"serde",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "jecna_supl_client"
|
name = "jecna_supl_client"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "cz.jzitnik"
|
group = "cz.jzitnik"
|
||||||
version = "0.2.2"
|
version = "0.2.3"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>cz.jzitnik</groupId>
|
<groupId>cz.jzitnik</groupId>
|
||||||
<artifactId>jecna-supl-client</artifactId>
|
<artifactId>jecna-supl-client</artifactId>
|
||||||
<version>0.2.2</version>
|
<version>0.2.3</version>
|
||||||
<name>Jecna Supl Client</name>
|
<name>Jecna Supl Client</name>
|
||||||
<description>Kotlin bindings for the Jecna Supl Rust library</description>
|
<description>Kotlin bindings for the Jecna Supl Rust library</description>
|
||||||
<url>https://gitea.jzitnik.dev/jzitnik/jecna-supl-client</url>
|
<url>https://gitea.jzitnik.dev/jzitnik/jecna-supl-client</url>
|
||||||
|
|||||||
Reference in New Issue
Block a user