Fix stale JS cache-bust versions (v0.11.75)

This commit is contained in:
marvin
2026-09-14 10:32:42 -04:00
parent b17fce9adb
commit 72b2dc7458
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "site-gateway",
"version": "0.11.74",
"version": "0.11.75",
"private": true,
"description": "Site Gateway: simple self-hosted website publishing, reverse proxying, and automatic HTTPS.",
"type": "module",
+2 -2
View File
@@ -7,7 +7,7 @@
<title>Site Gateway</title>
<meta name="description" content="Host sites, proxy services, and manage HTTPS from one simple dashboard.">
<link rel="icon" type="image/png" href="/site-gateway-icon-approved.png">
<link rel="stylesheet" href="/styles.css?v=0.11.73">
<link rel="stylesheet" href="/styles.css?v=0.11.75">
</head>
<body>
<div id="login" class="login-shell hidden">
@@ -283,6 +283,6 @@
</dialog>
<input id="replace-files" type="file" accept=".zip,.html,text/html,application/zip" hidden>
<div id="toast" class="toast" role="status"></div>
<script src="/app.js?v=0.11.28" defer></script><script src="/features.js?v=0.11.28" defer></script>
<script src="/app.js?v=0.11.75" defer></script><script src="/features.js?v=0.11.75" defer></script>
</body>
</html>