Compare commits

..

2 Commits

Author SHA1 Message Date
b2d4851188 bump version to 1.3.2
All checks were successful
/ publish (push) Successful in 2m34s
2025-11-10 18:31:05 +01:00
9f8655e03e upgrade dependencies 2025-11-10 18:11:10 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[versions]
kotlin = "2.1.20"
bytearray = "1.2.0"
bytearray = "1.2.2"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }