Fix size calculation to handle negative values and release version 0.3.4

This commit is contained in:
2025-06-22 16:23:53 +02:00
parent 1c23178839
commit 9f152ca8da
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "nl.astraeus"
version = "0.3.4-SNAPSHOT"
version = "0.3.4"
repositories {
mavenCentral()