diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a4dcee1..2414488 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/marketplace/marketplace.schema.json", "name": "xcode-build-skills", - "version": "1.0.0", + "version": "1.0.1", "owner": { "name": "Antoine van der Lee", "email": "contact@avanderlee.com" @@ -14,7 +14,7 @@ "name": "xcode-build-skills", "description": "Six Xcode build optimization skills in one plugin: benchmark, compilation analysis, project analysis, SPM build analysis, a recommend-first orchestrator, and a fixer for applying approved changes.", "repository": "https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill", - "version": "1.0.0", + "version": "1.0.1", "author": { "name": "Antoine van der Lee", "email": "contact@avanderlee.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 5a7aca7..8c6c1ee 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "xcode-build-skills", - "version": "1.0.0", + "version": "1.0.1", "description": "A multi-skill plugin for benchmarking and optimizing Xcode builds, compile hotspots, project settings, and Swift Package Manager dependency overhead.", "author": { "name": "Antoine van der Lee",