upgraded version

This commit is contained in:
Muhammad Ibrahim
2025-09-18 02:09:42 +01:00
parent 98cadb1ff1
commit 5bdd0b5830
6 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ const Settings = () => {
// Version checking state
const [versionInfo, setVersionInfo] = useState({
currentVersion: '1.2.3',
currentVersion: '1.2.4',
latestVersion: null,
isUpdateAvailable: false,
checking: false,