diff --git a/js/comfygit-panel.js b/js/comfygit-panel.js index cdf3112..53fe557 100644 --- a/js/comfygit-panel.js +++ b/js/comfygit-panel.js @@ -20186,7 +20186,7 @@ const MS = { class: "settings-content" }, DS = { class: "settings-section" }, LS 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" } -], E6 = "v0.0.12.dev1", T6 = "Akatz", P6 = { class: "social-buttons" }, R6 = ["title", "aria-label", "onClick"], M6 = { +], E6 = "v0.0.14", T6 = "Akatz", P6 = { class: "social-buttons" }, R6 = ["title", "aria-label", "onClick"], M6 = { width: "14", height: "14", viewBox: "0 0 16 16", diff --git a/pyproject.toml b/pyproject.toml index 45b6fe1..eea50fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "comfygit-manager" -version = "0.0.13" +version = "0.0.14" description = "ComfyGit Manager - Node for managing comfygit environments in ComfyUI" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "comfygit-core>=0.3.9", + "comfygit-core>=0.3.10", "watchdog>=6.0.0", "zeroconf>=0.131.0", ]