header optimization

This commit is contained in:
Jottyfan
2023-01-29 20:39:47 +01:00
parent 9e7850a4a1
commit 6ae60fad8c
4 changed files with 11 additions and 8 deletions

View File

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