From 6f6d4907adf0b6a6e562d084238f02ed6b7503c1 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj <7842232+AbdullahAlfaraj@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:58:35 +0300 Subject: [PATCH] update: Bump version to v1.4.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- utility/online_data.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 5294c1a8..2141646c 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 58bab88f..83fdf1b2 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 79ded319..ef4e11f4 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." }