chore: Bump version

This commit is contained in:
2026-02-07 17:57:47 +01:00
parent c59b55c66b
commit 2595cc5cf0
4 changed files with 4 additions and 4 deletions

View File

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

View File

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