From abd1cd719ed7e8e07c2ef58ceea4c31cc2fef942 Mon Sep 17 00:00:00 2001 From: Sebastien Graf Date: Fri, 23 Feb 2024 08:49:19 +0100 Subject: [PATCH] bump sw version --- public/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sw.js b/public/sw.js index cb28306..680392c 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,6 +1,6 @@ 'use strict'; -const version = '20240220'; +const version = '20240223'; const staticCacheName = version + 'static'; const pagesCacheName = version + 'pages'; const imagesCacheName = 'images';