From e9ee4db32b661011d84727ffbae1ac40d8c53250 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 24 Feb 2026 12:28:30 +0100 Subject: [PATCH] Bump version to 1.2.0 Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 468a036..1e5ab8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-json-dynamic" -version = "1.1.0" +version = "1.2.0" description = "ComfyUI nodes for dynamic JSON loading and string/path utility operations" license = { file = "LICENSE" } requires-python = ">=3.10"