From c72b6e5f1afd35b1e85fdae721c3f196c2182c6f Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Tue, 18 Nov 2025 13:08:23 -0500 Subject: [PATCH] update cache version name && add source footer --- index.html | 5 +++++ sw.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 38f3c16..0ad31f0 100644 --- a/index.html +++ b/index.html @@ -358,6 +358,11 @@ if scale < 1: + + + diff --git a/sw.js b/sw.js index 68dc439..a8a083e 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'v1'; +const CACHE_NAME = 'v2'; const ASSETS = [ '/', '/index.html',