preparations for adding camp locations

This commit is contained in:
2023-03-10 23:37:44 +01:00
parent 27ee382f4a
commit b3a186f5ca
9 changed files with 192 additions and 8 deletions

View File

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