linked version

This commit is contained in:
Jottyfan
2022-10-15 18:37:52 +02:00
parent f49fb7edab
commit cde060559e
3 changed files with 24 additions and 7 deletions

View File

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