Refactor and Bump version to 1.1.0

This commit is contained in:
2026-03-14 12:08:44 +01:00
parent 90b8f3f08a
commit 67509e9062
20 changed files with 219 additions and 361 deletions

View File

@@ -1,11 +1,11 @@
[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
io = "0.8.2"
infendro = "1.1.0"
kotlin = "2.3.0"
io = "0.9.0"
coroutines = "1.10.2"
serialization = "1.9.0"
cli = "1.3.0"
ktor = "3.3.3"
serialization = "1.10.0"
cli = "1.4.0"
ktor = "3.4.0"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }