invalidate cache for release v1.1.8

This commit is contained in:
Ondřej Synáček 2019-11-24 22:39:50 +01:00
parent 98ad2cf25e
commit 0210676717
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
// Worker v13
// Worker v14
self.addEventListener('install', (event) => {
event.waitUntil(
@ -6,9 +6,9 @@ self.addEventListener('install', (event) => {
return cache.addAll([
'/',
'/favicon.ico',
'/scripts.js?5',
'/style.css?8',
'/about?2',
'/scripts.js?6',
'/style.css?9',
'/about?3',
'/icon-512.png',
])
})

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css?8">
<link rel="stylesheet" type="text/css" href="/style.css?9">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
<title>Facebook Events to iCal Converter | about</title>
</head>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
<link rel="stylesheet" type="text/css" href="/style.css?8">
<link rel="stylesheet" type="text/css" href="/style.css?9">
<title>Facebook Event to iCal Converter</title>
</head>
@ -80,6 +80,6 @@
<a href="/about" target="_blank" title="About the project">About</about>
</footer>
<script src="/scripts.js?5"></script>
<script src="/scripts.js?6"></script>
</body>
</html>