Fixing target score

This commit is contained in:
Dan 2026-01-29 13:30:08 +00:00
parent 5468dbf5a9
commit 021f5fc304
7 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@
// Incrementing CACHE_VERSION will kick off the install event and force
// previously cached resources to be updated from the network.
/** @type {string} */
const CACHE_VERSION = '1769693184|4645131895';
const CACHE_VERSION = '1769693384|4844716121';
/** @type {string} */
const CACHE_PREFIX = 'Clicker-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;