finalized for productive deployment

This commit is contained in:
Jottyfan
2023-03-22 22:37:34 +01:00
parent 45943b415b
commit 437b9cbd43
31 changed files with 248 additions and 380 deletions

View File

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