Fix unit repair not increasing penalty and version up.

This was caused by previous fix fixing renaming increasing penalty.
This commit is contained in:
alexcrea 2024-07-30 22:33:55 +02:00
parent 44367d0ced
commit 056892ee1e
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
3 changed files with 13 additions and 5 deletions

View file

@ -13,7 +13,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.5.4"
version = "1.5.4-fix"
java {
disableAutoTargetJvm()