chore: Bump version

This commit is contained in:
2026-02-05 18:42:51 +01:00
parent c1d60af439
commit f8e8077963
4 changed files with 7 additions and 5 deletions

2
Cargo.lock generated
View File

@@ -754,7 +754,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
[[package]] [[package]]
name = "jecna_supl_client" name = "jecna_supl_client"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"android_logger", "android_logger",
"chrono", "chrono",

View File

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

View File

@@ -6,7 +6,7 @@ plugins {
} }
group = "cz.jzitnik" group = "cz.jzitnik"
version = "0.1.0" version = "0.1.1"
repositories { repositories {
mavenCentral() mavenCentral()
@@ -144,7 +144,9 @@ signing {
val zipBundle by tasks.registering(Zip::class) { val zipBundle by tasks.registering(Zip::class) {
group = "publishing" group = "publishing"
description = "Create a bundle for Sonatype Central manual upload" description = "Create a bundle for Sonatype Central manual upload"
from(layout.buildDirectory.dir("staging-deploy")) from(layout.buildDirectory.dir("staging-deploy")) {
include("**/$version/**")
}
archiveFileName.set("sonatype-bundle.zip") archiveFileName.set("sonatype-bundle.zip")
dependsOn("publishCommonPublicationToStagingRepository", dependsOn("publishCommonPublicationToStagingRepository",
"publishLinuxPublicationToStagingRepository", "publishLinuxPublicationToStagingRepository",

View File

@@ -6,7 +6,7 @@
<groupId>cz.jzitnik</groupId> <groupId>cz.jzitnik</groupId>
<artifactId>jecna-supl-client</artifactId> <artifactId>jecna-supl-client</artifactId>
<version>0.1.0</version> <version>0.1.1</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>