We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ca6ff commit 7814274Copy full SHA for 7814274
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zerohost-dashboard",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"private": true,
5
"type": "module",
6
"scripts": {
public/js/app.js
@@ -1496,7 +1496,7 @@ async function renderDashboard() {
1496
<div style="padding:8px 12px 0;display:flex;gap:16px;justify-content:center;flex-wrap:wrap">
1497
1498
</div>
1499
- <div style="padding:4px 0 8px;text-align:center;font-size:0.7rem;color:var(--text-muted);letter-spacing:0.05em">v1.0.7</div>
+ <div style="padding:4px 0 8px;text-align:center;font-size:0.7rem;color:var(--text-muted);letter-spacing:0.05em">v1.0.8</div>
1500
1501
<div class="sidebar-resizer" id="sidebar-resizer"></div>
1502
</aside>
0 commit comments