From 345f3e9e54381712a86a699d8968dc0f7c8565e9 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Thu, 26 May 2022 01:09:04 -0700 Subject: web: bump cache version --- web/static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/static/sw.js') diff --git a/web/static/sw.js b/web/static/sw.js index 33f3c0a..263c288 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '25'; +const CACHE_VERSION = '26'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ -- cgit v1.2.3-70-g09d2