chore: update service worker cache version to 1.6.0
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 17s
CI / build-frontend (push) Successful in 43s
CI / scan-backend (push) Successful in 9m18s
CI / build-backend (push) Successful in 32s
Build and Publish Docker Image / build (push) Successful in 9m52s
Build and Release / build (push) Successful in 20m37s

This commit is contained in:
2026-01-01 01:46:34 -06:00
parent 2553f3ab8c
commit a518c2e2eb

View File

@@ -1,4 +1,4 @@
const CACHE_VERSION = '1.5.3';
const CACHE_VERSION = '1.6.0';
const CACHE_NAME = `quad4-linking-tool-${CACHE_VERSION}`;
const urlsToCache = ['/', '/favicon.svg', '/manifest.json'];