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 57bffbd commit 6e172f5Copy full SHA for 6e172f5
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zerohost-dashboard",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"private": true,
5
"type": "module",
6
"scripts": {
public/js/app.js
@@ -1000,7 +1000,7 @@ async function renderDashboard() {
1000
<div style="padding:8px 12px 0;display:flex;gap:16px;justify-content:center;flex-wrap:wrap">
1001
1002
</div>
1003
- <div style="padding:4px 0 8px;text-align:center;font-size:0.7rem;color:var(--text-muted);letter-spacing:0.05em">v1.0.4</div>
+ <div style="padding:4px 0 8px;text-align:center;font-size:0.7rem;color:var(--text-muted);letter-spacing:0.05em">v1.0.5</div>
1004
1005
<div class="sidebar-resizer" id="sidebar-resizer"></div>
1006
</aside>
0 commit comments