From 4be59a8042ff912537b8a2544024c36598202752 Mon Sep 17 00:00:00 2001 From: Sebastien Graf Date: Tue, 20 Feb 2024 10:21:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20verison?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sw.js b/public/sw.js index 7699f60..cb28306 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,6 +1,6 @@ 'use strict'; -const version = '3-0240215'; +const version = '20240220'; const staticCacheName = version + 'static'; const pagesCacheName = version + 'pages'; const imagesCacheName = 'images';