From 014ffa9b743e5765dbc26f9e04b2f792a7e1d629 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Wed, 18 Mar 2026 23:02:18 +0100 Subject: [PATCH] Update release-notes-modal.tsx --- AppImage/components/release-notes-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/components/release-notes-modal.tsx b/AppImage/components/release-notes-modal.tsx index d764795d..6f60195e 100644 --- a/AppImage/components/release-notes-modal.tsx +++ b/AppImage/components/release-notes-modal.tsx @@ -6,7 +6,7 @@ import { Dialog, DialogContent, DialogTitle } from "./ui/dialog" import { X, Sparkles, Thermometer, Terminal, Activity, HardDrive, Bell, Shield, Globe, Cpu, Zap } from "lucide-react" import { Checkbox } from "./ui/checkbox" -const APP_VERSION = "1.1.0-beta" // Sync with AppImage/package.json +const APP_VERSION = "1.0.2-beta" // Sync with AppImage/package.json interface ReleaseNote { date: string