bump cache

This commit is contained in:
2026-07-17 00:11:15 +03:00
parent cbd65ed7db
commit 8cf76f6ea7
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -10,7 +10,7 @@
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<link rel="icon" type="image/svg+xml" href="icon.svg"> <link rel="icon" type="image/svg+xml" href="icon.svg">
<link rel="apple-touch-icon" href="icon-192.png"> <link rel="apple-touch-icon" href="icon-192.png">
<link rel="stylesheet" href="styles.css?v=19"> <link rel="stylesheet" href="styles.css?v=20">
</head> </head>
<body> <body>
<div id="app"> <div id="app">
@@ -167,10 +167,10 @@
</div> </div>
<script type="module" src="app.js?v=19"></script> <script type="module" src="app.js?v=20"></script>
<script> <script>
if ('serviceWorker' in navigator) { if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js?v=19').catch(() => {}); navigator.serviceWorker.register('/sw.js?v=20').catch(() => {});
} }
</script> </script>
</body> </body>
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE_NAME = 'numnum-v19'; const CACHE_NAME = 'numnum-v20';
const ASSETS = [ const ASSETS = [
'/', '/',
'/index.html', '/index.html',