This commit is contained in:
Jörg Henke
2023-05-03 21:25:35 +02:00
parent 4460c6d16b
commit 24e4c78820
2 changed files with 3 additions and 3 deletions

View File

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