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 75d0d30 commit 862b367Copy full SHA for 862b367
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zerohost-dashboard",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"private": true,
5
"type": "module",
6
"scripts": {
public/js/app.js
@@ -1654,7 +1654,7 @@ async function renderDashboard() {
1654
<div style="padding:8px 12px 0;display:flex;gap:16px;justify-content:center;flex-wrap:wrap">
1655
1656
</div>
1657
- <div style="padding:4px 0 8px;text-align:center;font-size:0.7rem;color:var(--text-muted);letter-spacing:0.05em">v1.2.0</div>
+ <div style="padding:4px 0 8px;text-align:center;font-size:0.7rem;color:var(--text-muted);letter-spacing:0.05em">v1.2.1</div>
1658
1659
<div class="sidebar-resizer" id="sidebar-resizer"></div>
1660
</aside>
0 commit comments