Update to version 2.2.0-alpha-2 and add database query provider

Bumped project version to `2.2.0-alpha-2` in `build.gradle.kts`. Introduced `SampleEntity`, `SamplePartEntity`, and `SampleEntityQueryProvider` for database handling. Added `SampleDao` with a sample query function. Updated SVG utilities with a `viewbox` extension and enhanced `RequestHandler` to set content type for HTML responses.
This commit is contained in:
2025-06-09 14:06:17 +02:00
parent c1f756eb79
commit 2871697329
6 changed files with 116 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ plugins {
}
group = "nl.astraeus"
version = "2.1.2"
version = "2.2.0-alpha-2"
repositories {
mavenCentral()