summaryrefslogtreecommitdiff
path: root/web/static/sw.js
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-13 03:29:49 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-13 03:29:49 -0700
commit63337ba4f8c4f31b7da96e9c3669fc29e0a03b49 (patch)
tree76ba1cc32be325d76819368325ccb5993f992e8d /web/static/sw.js
parent11332eeb33a039b502eb9f94c0f86917653c025f (diff)
downloaddartboat-63337ba4f8c4f31b7da96e9c3669fc29e0a03b49.tar.gz
dartboat-63337ba4f8c4f31b7da96e9c3669fc29e0a03b49.tar.xz
web: disable back button when installed as a PWA
Diffstat (limited to 'web/static/sw.js')
-rw-r--r--web/static/sw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/sw.js b/web/static/sw.js
index 7ed7a85..f5d699a 100644
--- a/web/static/sw.js
+++ b/web/static/sw.js
@@ -1,5 +1,5 @@
const CACHE_PREFIX = 'dartboat-'
-const CACHE_VERSION = '2';
+const CACHE_VERSION = '3';
const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`;
const FILES = [