This commit is contained in:
Jörg Henke
2023-05-03 22:06:38 +02:00
parent 24e4c78820
commit 1f60d61428
2 changed files with 42 additions and 41 deletions

View File

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