diff --git a/manifest.json b/manifest.json index 11d622d..d85a2f1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "syncthing-manager", "name": "Syncthing Manager", - "version": "1.4.4", + "version": "1.4.5", "minAppVersion": "1.11.4", "description": "Control panel for Syncthing. Monitor status, resolve conflicts, and force synchronization on Desktop and Mobile.", "author": "Gustavo Carreiro", diff --git a/package-lock.json b/package-lock.json index 8637b36..29dc1a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "syncthing-manager", - "version": "1.4.4", + "version": "1.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "syncthing-manager", - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { "@codemirror/merge": "6.12.0", diff --git a/package.json b/package.json index ce04a4c..8a8f4ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "syncthing-manager", - "version": "1.4.4", + "version": "1.4.5", "description": "Control panel for Syncthing. Monitor status, resolve conflicts, and force synchronization on Desktop and Mobile.", "type": "module", "main": "main.js",