diff --git a/src/components/ui/DownloadApps.jsx b/src/components/ui/DownloadApps.jsx index 5f00073..35ecd1f 100644 --- a/src/components/ui/DownloadApps.jsx +++ b/src/components/ui/DownloadApps.jsx @@ -5,7 +5,7 @@ // The tag is pinned rather than using /releases/latest/download/: the filenames // carry the version, so a `latest` link 404s the moment a newer release exists, // whereas a pinned tag keeps serving a working (if older) installer. -const DESKTOP_VERSION = '0.5.0'; +const DESKTOP_VERSION = '1.0.0'; const DESKTOP_RELEASE = `https://github.com/SecureBitChat/securebit-desktop/releases/download/v${DESKTOP_VERSION}`; const DownloadApps = () => {