chore: bump cache version to 0.1.2 for homepage cultural DNA updates

Force service worker cache refresh to ensure visitors see updated homepage
content with plural moral values positioning.

Related to: 858e16c (homepage content updates)
This commit is contained in:
TheFlow 2025-10-28 09:10:21 +13:00
parent 858e16c338
commit 77978a941f

View file

@ -5,7 +5,7 @@
* - PWA functionality
*/
const CACHE_VERSION = '0.1.1';
const CACHE_VERSION = '0.1.2';
const CACHE_NAME = `tractatus-v${CACHE_VERSION}`;
const VERSION_CHECK_INTERVAL = 3600000; // 1 hour in milliseconds