Fix hardcoded version numbers in backend - update to 1.2.5

This commit is contained in:
Muhammad Ibrahim
2025-09-20 13:48:25 +01:00
parent 8245c6b90d
commit bbd7769b8c
2 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ class UpdateScheduler {
return;
}
const currentVersion = '1.2.4';
const currentVersion = '1.2.5';
const isUpdateAvailable = this.compareVersions(latestVersion, currentVersion) > 0;
// Update settings with check results