Bump asset versions and rotate service worker cache

This commit is contained in:
Alexander Schmidt
2026-03-26 13:24:18 +01:00
parent 523bdae81c
commit 9c466d3814
3 changed files with 11 additions and 10 deletions

View File

@@ -7,7 +7,7 @@
<meta name="description" content="Create Monero payment requests in seconds. No account registration, no KYC. Minimal backend for short URLs only.">
<link rel="icon" id="favicon" href="favicon.svg" type="image/svg+xml">
<link rel="preload" href="fonts/inter-400.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="style.css?v=20260326-2">
<link rel="stylesheet" href="style.css?v=20260326-3">
</head>
<body>
@@ -122,8 +122,8 @@
<div class="toast" id="toast"></div>
<script src="lib/qrcode.min.js?v=20260326-2" defer></script>
<script src="i18n.min.js?v=20260326-2" defer></script>
<script src="app.min.js?v=20260326-2" defer></script>
<script src="lib/qrcode.min.js?v=20260326-3" defer></script>
<script src="i18n.min.js?v=20260326-3" defer></script>
<script src="app.min.js?v=20260326-3" defer></script>
</body>
</html>