role corrections

This commit is contained in:
Jottyfan
2023-04-02 22:38:01 +02:00
parent 93a1289629
commit c4f81c425b
12 changed files with 194 additions and 71 deletions

View File

@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'application'
group = 'de.jottyfan.camporganizer'
version = '0.4.0'
version = '0.4.1'
sourceCompatibility = 17
mainClassName = "de.jottyfan.camporganizer.Main"