added special prices for special wishes

This commit is contained in:
Jottyfan
2025-01-15 21:55:24 +01:00
parent 5d61ae6013
commit bdc0d84e69
5 changed files with 76 additions and 6 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.bico'
version = '0.2.0'
version = '0.2.1'
description = """BibleClassOrganizer"""
@ -47,7 +47,7 @@ war {
}
dependencies {
implementation 'de.jottyfan:bicolib:7'
implementation 'de.jottyfan:bicolib:8'
implementation 'org.mnode.ical4j:ical4j:4.0.4'