prepare for v2

This commit is contained in:
alexcrea 2026-06-22 03:44:18 +02:00
parent c1d67a3821
commit eb40383068
Signed by: alexcrea
GPG key ID: E346CD16413450E3
18 changed files with 64 additions and 337 deletions

View file

@ -22,7 +22,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.17.5"
version = "2.0.0"
val isDevBuild = System.getenv("SMALL_COMMIT_HASH") != null
val isPreRelease = System.getenv("IS_GITHUB_PRERELEASE") == "true"