From 990d782d2b1b2dec5ed6dc8dc429f2ebdee3d71a Mon Sep 17 00:00:00 2001 From: Juan Puelpan Date: Tue, 21 Oct 2025 17:38:49 -0300 Subject: [PATCH] chore: bump development plugin version to 1.0.1 --- .claude-plugin/marketplace.json | 7 +------ development/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9fa4956..ffdd603 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,12 +7,7 @@ "plugins": [ { "name": "development", - "source": "./development", - "description": "Development utility commands", - "version": "1.0.0", - "author": { - "name": "Juan Puelpan" - } + "source": "./development" } ] } diff --git a/development/.claude-plugin/plugin.json b/development/.claude-plugin/plugin.json index e3807b1..e7878d0 100644 --- a/development/.claude-plugin/plugin.json +++ b/development/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "development", "description": "Collection of claude commands to ease the development process with github issues, PRs and more", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Juan Puelpan" }