small changes

This commit is contained in:
Jottyfan
2022-10-09 09:55:12 +02:00
parent 92cb571ca3
commit 3b33368374
4 changed files with 12 additions and 9 deletions

View File

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