Skip to content

Commit

Permalink
1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Dec 24, 2024
1 parent 3a5c67f commit fb70260
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sdppp",
"version": "1.5.3",
"version": "1.5.4",
"scripts": {
"watch": "nodemon -w typescripts/src -e mjs,js,jsx,mts,ts,tsx,json,css,html -x node typescripts/src/build.mjs",
"build": "NODE_ENV=production node typescripts/src/build.mjs && bash plugins/package.sh"
Expand Down
2 changes: 1 addition & 1 deletion plugins/photoshop/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "sd-ppp",
"name": "SD-PPP",
"version": "1.5.3",
"version": "1.5.4",
"main": "index.html",
"manifestVersion": 5,
"host": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "sd-ppp"
description = "getting/sending picture from/to Photoshop with a simple connection. Make Photoshop become the workspace of your ComfyUI."
version = "1.5.3"
version = "1.5.4"
license = { file = "LICENSE" }

[project.urls]
Expand Down

0 comments on commit fb70260

Please sign in to comment.