fix book on item fix #129
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
alexcrea 2026-08-21 17:06:15 +02:00
parent 74d2e38272
commit 6f36921e36
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C
2 changed files with 3 additions and 3 deletions

View file

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