This commit is contained in:
Jottyfan
2023-04-03 20:24:13 +02:00
parent c4f81c425b
commit 45e6c4cbd4
12 changed files with 160 additions and 116 deletions

View File

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