reorder dashboard bookings by its date

This commit is contained in:
Jottyfan
2022-12-10 20:54:12 +01:00
parent c936b39ad0
commit 521eaa583d
2 changed files with 5 additions and 4 deletions

View File

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