fixed bug on adding a value in the booking view of a single user

This commit is contained in:
Jottyfan
2022-10-25 22:38:48 +02:00
parent 500ec2b9ad
commit fee73a1e0c
4 changed files with 26 additions and 5 deletions

View File

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