From 868b7fb10c912ea3b7200d1ffa1f287dce335f23 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 9 May 2026 19:58:44 +0300 Subject: Fix shuffle hotkey reshuffle behavior (q1) --- web/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sw.js') diff --git a/web/sw.js b/web/sw.js index 503ce8e..9707748 100644 --- a/web/sw.js +++ b/web/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'kiss-v18'; +const CACHE = 'kiss-v19'; const ASSETS = [ '/', '/index.html', -- cgit v1.2.3