added filter to privilege dropdowns

This commit is contained in:
Jottyfan
2023-05-06 20:39:34 +02:00
parent d1ee923f0a
commit 5b861f730f
4 changed files with 20 additions and 4 deletions

View File

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