[object Object]

← back to Cli Printing Press

chore(skills): remove duplicate version fields from marketplace.json

ebd1d04840d0689a43ebf5427186fbabb9966fb3 · 2026-04-11 10:41:41 -0700 · Trevin Chow

Plugin versions are tracked in each plugin's own plugin.json.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit ebd1d04840d0689a43ebf5427186fbabb9966fb3
Author: Trevin Chow <trevin@trevinchow.com>
Date:   Sat Apr 11 10:41:41 2026 -0700

    chore(skills): remove duplicate version fields from marketplace.json
    
    Plugin versions are tracked in each plugin's own plugin.json.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---
 .claude-plugin/marketplace.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index fecbbed5..9af4a4c2 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -6,7 +6,6 @@
   "plugins": [
     {
       "name": "cli-printing-press",
-      "version": "1.3.2",
       "description": "Describe your API. Get a production CLI. Generates Go CLI tools from OpenAPI specs or natural language descriptions.",
       "author": {
         "name": "mvanhorn"
@@ -26,7 +25,6 @@
     },
     {
       "name": "printing-press-library",
-      "version": "1.1.2",
       "description": "Discover, install, and use Printing Press CLI tools and MCP servers for hundreds of APIs",
       "author": {
         "name": "mvanhorn"

← ac47b18e fix: use git-subdir source for printing-press-library plugin  ·  back to Cli Printing Press  ·  fix(cli): movie-goat retro — generator param handling, write ad9e4aee →