update: Bump version to v1.4.1

master v1.4.1
Abdullah Alfaraj 2023-12-09 16:58:35 +03:00
parent 16e087f9c6
commit 6f6d4907ad
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"id": "auto.photoshop.stable.diffusion.plugin", "id": "auto.photoshop.stable.diffusion.plugin",
"name": "Auto Photoshop Stable Diffusion Plugin", "name": "Auto Photoshop Stable Diffusion Plugin",
"version": "1.4.0", "version": "1.4.1",
"host": { "host": {
"app": "PS", "app": "PS",
"minVersion": "24.0.0" "minVersion": "24.0.0"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "auto-photoshop-stable-diffusion-plugin", "name": "auto-photoshop-stable-diffusion-plugin",
"version": "1.4.0", "version": "1.4.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "auto-photoshop-stable-diffusion-plugin", "name": "auto-photoshop-stable-diffusion-plugin",
"version": "1.4.0", "version": "1.4.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@types/photoshop": "^24.5.1", "@types/photoshop": "^24.5.1",

View File

@ -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." "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."
} }