diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e8403c4..1acef75 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git-workflow", - "version": "1.34.0", + "version": "1.34.1", "description": "Git workflow best practices with commit validation hooks", "author": { "name": "Netresearch DTT GmbH", diff --git a/plugin.json b/plugin.json index fe194b1..c9bbd75 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "git-workflow", - "version": "1.34.0", + "version": "1.34.1", "description": "Git workflow best practices with commit validation hooks", "author": { "name": "Netresearch DTT GmbH", diff --git a/skills/git-workflow/SKILL.md b/skills/git-workflow/SKILL.md index 9c05f08..856bfb5 100644 --- a/skills/git-workflow/SKILL.md +++ b/skills/git-workflow/SKILL.md @@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0" compatibility: "Requires git, gh CLI; yq for .spec-cleanup.yml." metadata: author: Netresearch DTT GmbH - version: "1.34.0" + version: "1.34.1" repository: https://github.com/netresearch/git-workflow-skill allowed-tools: Bash(git:*) Bash(gh:*) Read Write ---