This commit is contained in:
Jottyfan
2023-03-18 20:31:55 +01:00
parent f415d99e9e
commit 695ffb418b
35 changed files with 2154 additions and 23 deletions

View File

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