Update project version to 1.0.3, fix string comparison logic in test function, and add a new test for link parsing.

This commit is contained in:
2025-12-14 15:50:22 +01:00
parent bc7cd5fb97
commit 6d7d05a0d4
3 changed files with 14 additions and 2 deletions

View File

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