pull/130/head v2.6.4
Yuta Hayashibe 2025-02-15 19:08:15 +09:00
parent 4736d58b60
commit 2ff5a41797
No known key found for this signature in database
GPG Key ID: CD83C5CFA6802211
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,6 @@
"lint:pyright": "pyright", "lint:pyright": "pyright",
"lint:toml": "taplo format --check *.toml" "lint:toml": "taplo format --check *.toml"
}, },
"version": "1.0.0", "version": "2.6.4",
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca" "packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
} }

View File

@ -1,6 +1,6 @@
[project] [project]
name = "sd-webui-enable-checker" name = "sd-webui-enable-checker"
version = "2.6.3" version = "2.6.4"
description = "" description = ""
readme = "README.md" readme = "README.md"
authors = [{ author = "Yuta Hayashibe", email = "yuta@hayashibe.jp" }] authors = [{ author = "Yuta Hayashibe", email = "yuta@hayashibe.jp" }]