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

@@ -1,7 +1,7 @@
{
"name": "patchmon-frontend",
"private": true,
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"scripts": {
"dev": "vite",

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,