Merge branch 'dev'
CI/CD / deploy (push) Successful in 3m11s Details

This commit is contained in:
Jeff Emmett 2026-04-06 12:39:45 -04:00
commit 8f017eb1f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/// <reference lib="webworker" />
declare const self: ServiceWorkerGlobalScope;
const CACHE_VERSION = "rspace-v5";
const CACHE_VERSION = "rspace-v6";
const STATIC_CACHE = `${CACHE_VERSION}-static`;
const HTML_CACHE = `${CACHE_VERSION}-html`;
const API_CACHE = `${CACHE_VERSION}-api`;