From c910b87ed1aee2afbb1d6376ecf303afe45385c2 Mon Sep 17 00:00:00 2001 From: the_og Date: Wed, 8 Jul 2026 02:21:01 -0400 Subject: [PATCH] chore: bump version to 1.2.0 for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12d09ef..80de5d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "better-claude-config" -version = "1.1.0" +version = "1.2.0" description = "Cross-platform GUI for editing the mcpServers block of Claude Desktop and Claude Code configs" readme = "README.md" license = { file = "LICENSE" }