diff options
Diffstat (limited to 'web/static')
-rw-r--r-- | web/static/index.html | 2 | ||||
-rw-r--r-- | web/static/sw.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/static/index.html b/web/static/index.html index 609161a..8da5baa 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -3,7 +3,7 @@ <head> <title>dartboat™</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, user-scalable=no"> <meta name="description" content="Darts opponent for when you've got no friends."> <meta name="theme-color" content="#583a90"> <link rel="stylesheet" type="text/css" href="style.css"> diff --git a/web/static/sw.js b/web/static/sw.js index 5510e3f..253d350 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '8'; +const CACHE_VERSION = '9'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |