diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index 26fa1118..f02c952a 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -34,7 +34,7 @@ | Version | Status | Platforms | |---------|--------|-----------| -| v0.1.0-rc1 | 🚀 Released | linux/amd64 · linux/arm64 · windows/amd64 (.deb, .rpm, .AppImage, .exe, .msi) | +| v0.1.1 | 🚀 Released | linux/amd64 · linux/arm64 · windows/amd64 (.deb, .rpm, .AppImage, .exe, .msi) | Download from [Releases](https://gogs.tftsr.com/sarman/tftsr-devops_investigation/releases). All builds are produced natively (no QEMU emulation). diff --git a/src/App.tsx b/src/App.tsx index 8648b3dc..6700a099 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -113,7 +113,7 @@ export default function App() { {/* Version */} {!collapsed && (
- v0.1.0 + v0.1.1
)}