diff --git a/js/comfygit-panel.js b/js/comfygit-panel.js index 8a183aa..b26366d 100644 --- a/js/comfygit-panel.js +++ b/js/comfygit-panel.js @@ -20166,7 +20166,7 @@ const RS = { class: "settings-content" }, MS = { class: "settings-section" }, DS ariaLabel: "View ComfyGit Documentation", iconPath: "M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z" } -], I6 = "v0.0.8", E6 = "Akatz", T6 = { class: "social-buttons" }, P6 = ["title", "aria-label", "onClick"], R6 = { +], I6 = "v0.0.9", E6 = "Akatz", T6 = { class: "social-buttons" }, P6 = ["title", "aria-label", "onClick"], R6 = { width: "14", height: "14", viewBox: "0 0 16 16", diff --git a/pyproject.toml b/pyproject.toml index 8ea3935..bf9f212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "comfygit-manager" -version = "0.0.8" +version = "0.0.9" description = "ComfyGit Manager - Node for managing comfygit environments in ComfyUI" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "comfygit-core>=0.3.5", + "comfygit-core>=0.3.6", "watchdog>=6.0.0", "zeroconf>=0.131.0", ] diff --git a/requirements.txt b/requirements.txt index 88fde21..d0561f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -comfygit-core>=0.3.5 +comfygit-core>=0.3.6 watchdog>=6.0.0 zeroconf>=0.131.0