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 e6b0681 commit b02f20cCopy full SHA for b02f20c
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zerohost-dashboard",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"private": true,
5
"type": "module",
6
"scripts": {
public/js/app.js
@@ -1062,7 +1062,7 @@ async function renderDashboard() {
1062
<div style="padding:8px 12px 0;display:flex;gap:16px;justify-content:center;flex-wrap:wrap">
1063
1064
</div>
1065
- <div style="padding:4px 0 8px;text-align:center;font-size:0.7rem;color:var(--text-muted);letter-spacing:0.05em">v1.0.6</div>
+ <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>
1066
1067
<div class="sidebar-resizer" id="sidebar-resizer"></div>
1068
</aside>
0 commit comments