From 76e0df6f5bcb87f0bf10eac134bdf1f265371bfb Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Mon, 10 Aug 2026 07:38:09 +0000 Subject: [PATCH] chore(plugins): patch-bump gitea for shipped content changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gitea 1.3.2 -> 1.3.3. The round-1 Vale corpus fix (3324a73) changed shipped skill content (gitea-issues, gitea-prs, gitea-releases SKILL.md) without touching this plugin's manifests, so installed copies would keep serving the old content from cache. Every other plugin whose content changed in this PR got this bump (bin, kyberforge, lint, four times total) — gitea was missed each time. Marketplace entries carry no per-plugin version, so both marketplace.json files are untouched, matching prior version-bump commits in this PR. Refs: #85 --- plugins/gitea/.claude-plugin/plugin.json | 2 +- plugins/gitea/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gitea/.claude-plugin/plugin.json b/plugins/gitea/.claude-plugin/plugin.json index 15a1214..2fc7c81 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.2" + "version": "1.3.3" } diff --git a/plugins/gitea/plugin.json b/plugins/gitea/plugin.json index 9601cec..ccef22b 100644 --- a/plugins/gitea/plugin.json +++ b/plugins/gitea/plugin.json @@ -20,5 +20,5 @@ "skills": [ "skills/" ], - "version": "1.3.2" + "version": "1.3.3" }