Update AppImage

This commit is contained in:
MacRimi
2025-11-25 19:26:50 +01:00
parent bf84d04f1f
commit 98c922fb3e
4 changed files with 5 additions and 5 deletions

View File

@@ -237,7 +237,7 @@ export function Login({ onLogin }: LoginProps) {
</form>
</div>
<p className="text-center text-sm text-muted-foreground">ProxMenux Monitor v1.0.1</p>
<p className="text-center text-sm text-muted-foreground">ProxMenux Monitor v1.0.2</p>
</div>
</div>
)

View File

@@ -646,7 +646,7 @@ export function ProxmoxDashboard() {
</Tabs>
<footer className="mt-8 md:mt-12 pt-4 md:pt-6 border-t border-border text-center text-xs md:text-sm text-muted-foreground">
<p className="font-medium mb-2">ProxMenux Monitor v1.0.1</p>
<p className="font-medium mb-2">ProxMenux Monitor v1.0.2</p>
<p>
<a
href="https://ko-fi.com/macrimi"

View File

@@ -6,7 +6,7 @@ import { Dialog, DialogContent, DialogTitle } from "./ui/dialog"
import { X, Sparkles, Link2, Shield, Zap, HardDrive, Gauge, Wrench, Settings } from "lucide-react"
import { Checkbox } from "./ui/checkbox"
const APP_VERSION = "1.0.1" // Sync with AppImage/package.json
const APP_VERSION = "1.0.2" // Sync with AppImage/package.json
interface ReleaseNote {
date: string