From 7524cb50132cd846e309e57966d791fa3d275d57 Mon Sep 17 00:00:00 2001 From: Shade Software <121112889+shadeappworld@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:21:52 +0200 Subject: [PATCH] Update sw.js --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index 646581d..84387b0 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const VERSION = "v47"; +const VERSION = "v49"; const CACHE_NAME = `pwamp-${VERSION}`; // Those are all the resources our app needs to work.