From 1764781d1055fb97d84ba34fdb18f51c829ed768 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Thu, 23 Jul 2026 18:08:46 +0000 Subject: [PATCH] chore(plugins): bump bin and gitea versions for skill relocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit plugins/bin loses a whole skill (gitea removed) — minor bump (1.0.5 -> 1.1.0) to reflect the capability-surface change. plugins/gitea gains a reference file and a README fix, no new capability — patch bump (1.3.1 -> 1.3.2). Co-Authored-By: Claude Sonnet 5 --- plugins/bin/.claude-plugin/plugin.json | 2 +- plugins/bin/plugin.json | 2 +- plugins/gitea/.claude-plugin/plugin.json | 2 +- plugins/gitea/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/bin/.claude-plugin/plugin.json b/plugins/bin/.claude-plugin/plugin.json index 52e862a..490b0ca 100644 --- a/plugins/bin/.claude-plugin/plugin.json +++ b/plugins/bin/.claude-plugin/plugin.json @@ -8,5 +8,5 @@ "keywords": [], "license": "MIT", "name": "bin", - "version": "1.0.5" + "version": "1.1.0" } diff --git a/plugins/bin/plugin.json b/plugins/bin/plugin.json index dd3aedd..b0be24c 100644 --- a/plugins/bin/plugin.json +++ b/plugins/bin/plugin.json @@ -11,5 +11,5 @@ "skills": [ "skills/" ], - "version": "1.0.5" + "version": "1.1.0" } diff --git a/plugins/gitea/.claude-plugin/plugin.json b/plugins/gitea/.claude-plugin/plugin.json index a805fdf..15a1214 100644 --- a/plugins/gitea/.claude-plugin/plugin.json +++ b/plugins/gitea/.claude-plugin/plugin.json @@ -15,5 +15,5 @@ ], "license": "MIT", "name": "gitea", - "version": "1.3.1" + "version": "1.3.2" } diff --git a/plugins/gitea/plugin.json b/plugins/gitea/plugin.json index 89fed4c..9601cec 100644 --- a/plugins/gitea/plugin.json +++ b/plugins/gitea/plugin.json @@ -20,5 +20,5 @@ "skills": [ "skills/" ], - "version": "1.3.1" + "version": "1.3.2" }