From 72f3669199654ccd2008ae54b0a64ba53f63f9ef Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 30 Apr 2026 15:30:28 +0200 Subject: [PATCH] chore: bump plugin version to 1.4.0 --- .claude-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- gemini-extension.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f6c2c2f..9e601e4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "cc-skills-golang", "description": "AI Agent Skills for production-ready Go projects", - "version": "1.3.0", + "version": "1.4.0", "author": { "name": "Samuel Berthe", "email": "hey@samuel-berthe.fr" diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index f85aca3..b0c86f8 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "cc-skills-golang", "displayName": "Skills for Golang", "description": "AI Agent Skills for production-ready Go projects", - "version": "1.3.0", + "version": "1.4.0", "author": { "name": "Samuel Berthe", "email": "hey@samuel-berthe.fr" diff --git a/gemini-extension.json b/gemini-extension.json index 22b1f91..1b2b92f 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,5 +1,5 @@ { "name": "cc-skills-golang", - "version": "1.3.0", + "version": "1.4.0", "description": "AI Agent Skills for production-ready Go projects" } \ No newline at end of file