From a591eb51d3cfeda6755803a1741ecc4bddf46c0b Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Wed, 1 Jul 2026 10:15:41 +0200 Subject: [PATCH] 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 --- frontend/js/version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/version.js b/frontend/js/version.js index 479593b..cbcdd0a 100644 --- a/frontend/js/version.js +++ b/frontend/js/version.js @@ -1,2 +1,2 @@ // Increment APP_VERSION with every code change -export const APP_VERSION = 'v62'; +export const APP_VERSION = 'v63';