chore: bump APP_VERSION to v63 to ship mini-cal + week-view fixes

The multi-day mini-calendar and short-event week-view fixes were already
committed but not visible because the PWA served cached assets. Bump the
version so clients pick up the new JS/CSS.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-01 10:15:41 +02:00
parent f791160d1a
commit a591eb51d3

View File

@@ -1,2 +1,2 @@
// Increment APP_VERSION with every code change
export const APP_VERSION = 'v62';
export const APP_VERSION = 'v63';