diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-18 01:33:15 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-18 01:33:15 -0700 |
commit | 07478abb0796219ecd5c36a75c1fbb292909d089 (patch) | |
tree | fe4941c2d08e683f699219dc9edf6a3c65655685 /web/static/sw.js | |
parent | 9072b791c461863aedc85e070a59259f1d15bdaa (diff) | |
download | dartboat-07478abb0796219ecd5c36a75c1fbb292909d089.tar.gz dartboat-07478abb0796219ecd5c36a75c1fbb292909d089.tar.xz |
web: refactor undo logic
Diffstat (limited to 'web/static/sw.js')
-rw-r--r-- | web/static/sw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/sw.js b/web/static/sw.js index a5fe6fc..1844274 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '13'; +const CACHE_VERSION = '14'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |