chore: bump version to 1.5.2 and update CACHE_VERSION in service worker
All checks were successful
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 22s
CI / build-frontend (push) Successful in 43s
CI / scan-backend (push) Successful in 9m21s
CI / build-backend (push) Successful in 20s

This commit is contained in:
2025-12-31 08:44:44 -06:00
parent 51fd93c9a0
commit 0973b6f378
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@quad4/linking-tool",
"version": "1.5.1",
"version": "1.5.2",
"license": "BSD-3-Clause",
"author": "Quad4",
"type": "module",

View File

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