From 81118f4610dc86a5e68d813ad215d2b12ec4ee34 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 24 Feb 2026 19:39:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=201.1.1=20=E2=80=94=20fix?= =?UTF-8?q?=20workflow=20key=20detection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 560ec68..6884706 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

ComfyUI Registry MIT License - Version + Version ComfyUI Extension

diff --git a/pyproject.toml b/pyproject.toml index 22bf13a..ab4622f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-snapshot-manager" description = "Automatically snapshots workflow state with a sidebar to browse and restore previous versions." -version = "1.1.0" +version = "1.1.1" license = {text = "MIT"} [project.urls]