diff --git a/__init__.py b/__init__.py index 41a3d2d4..d3a6c30e 100644 --- a/__init__.py +++ b/__init__.py @@ -55,7 +55,7 @@ sys.path.append('../..') from torchvision.datasets.utils import download_url # ensure .js -print("### Loading: ComfyUI-Manager (V0.28.5)") +print("### Loading: ComfyUI-Manager (V0.28.6)") comfy_ui_required_revision = 1240 comfy_ui_revision = "Unknown" diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index fdc9a5fe..f58b9745 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -266,7 +266,7 @@ async function updateAll(update_check_checkbox) { return false; } - app.ui.dialog.show('ComfyUI and all extensions are already up-to-date with the latest versions.'); + app.ui.dialog.show('ComfyUI and all extensions have been updated to the latest version.'); app.ui.dialog.element.style.zIndex = 9999; return true;