bump version to 1.2.2
All checks were successful
/ publish (push) Successful in 2m48s

This commit is contained in:
2025-07-24 20:55:09 +02:00
parent 065621bf36
commit 58ee3eaee4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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