Bump cache-busting versions (css v5, app v5, camera v11, share v6)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 19:46:24 +02:00
parent 85f32c35bb
commit 4d2d3e7a93

View File

@@ -7,7 +7,7 @@
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta name="google" content="notranslate"> <meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="fr"> <meta http-equiv="Content-Language" content="fr">
<link rel="stylesheet" href="/css/style.css?v=4"> <link rel="stylesheet" href="/css/style.css?v=5">
<link rel="stylesheet" href="/css/themes.css"> <link rel="stylesheet" href="/css/themes.css">
</head> </head>
<body> <body>
@@ -746,11 +746,11 @@
</div> </div>
<script src="/js/websocket.js?v=3"></script> <script src="/js/websocket.js?v=3"></script>
<script src="/js/app.js?v=4"></script> <script src="/js/app.js?v=5"></script>
<script src="/js/camera.js?v=10"></script> <script src="/js/camera.js?v=11"></script>
<script src="/js/effects.js?v=3"></script> <script src="/js/effects.js?v=3"></script>
<script src="/js/gallery.js?v=3"></script> <script src="/js/gallery.js?v=3"></script>
<script src="/js/share.js?v=5"></script> <script src="/js/share.js?v=6"></script>
<script src="/js/admin.js?v=4"></script> <script src="/js/admin.js?v=4"></script>
</body> </body>
</html> </html>