keep filter on table wide inserts

This commit is contained in:
Jottyfan
2022-10-22 16:13:35 +02:00
parent 230cbc5d00
commit 71cc5d8565
3 changed files with 24 additions and 6 deletions

View File

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