fix(lodging): remove console log and improve all-day event checks in lodging modal

This commit is contained in:
Sean Morley
2025-06-19 11:33:04 -04:00
parent 3b0ccdb6d3
commit 36f9022872
3 changed files with 4 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
export let appVersion = 'v0.10.0-main-06182025';
export let appVersion = 'v0.10.0-main-06192025';
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.10.0';
export let appTitle = 'AdventureLog';
export let copyrightYear = '2023-2025';