Compare commits

...

2 Commits

Author SHA1 Message Date
3bf23ca23d bump version to 1.1.1
All checks were successful
/ publish (push) Successful in 2m37s
2025-07-24 20:39:44 +02:00
769dd0cfe0 update dependencies 2025-07-24 20:39:35 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
group = "com.infendro"
version = "1.1.0"
version = "1.1.1"
repositories {
maven("https://git.infendro.com/api/packages/Infendro/maven")

View File

@@ -1,6 +1,6 @@
[versions]
kotlin = "2.1.20"
hash = "1.1.0"
hash = "1.2.1"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }