diff --git a/manifest.json b/manifest.json index 5294c1a..2141646 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto.photoshop.stable.diffusion.plugin", "name": "Auto Photoshop Stable Diffusion Plugin", - "version": "1.4.0", + "version": "1.4.1", "host": { "app": "PS", "minVersion": "24.0.0" diff --git a/package-lock.json b/package-lock.json index 58bab88..83fdf1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auto-photoshop-stable-diffusion-plugin", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auto-photoshop-stable-diffusion-plugin", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { "@types/photoshop": "^24.5.1", diff --git a/utility/online_data.json b/utility/online_data.json index 79ded31..ef4e11f 100644 --- a/utility/online_data.json +++ b/utility/online_data.json @@ -1,4 +1,4 @@ { - "new_version": "v1.4.0", + "new_version": "v1.4.1", "update_message": "Your version is outdated.Please visit our Github page and download the one click installer / .ccx file.\nRun the .ccx file and it will automatically update the current version of your plug in. No data will be lost." }