diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4a84f99..0e38fed 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,14 +5,14 @@ }, "metadata": { "description": "Persistent coding companion for Claude Code, Pi, and Oh My Pi (requires bun: https://bun.sh/install)", - "version": "0.8.0" + "version": "0.9.3" }, "plugins": [ { "name": "coding-buddy", "source": "./", "description": "Persistent coding companion for Claude Code, Pi, and Oh My Pi. MCP-based terminal pet with ASCII art, stats, reactions, and personality. Requires bun runtime (https://bun.sh/install).", - "version": "0.8.0", + "version": "0.9.3", "author": { "name": "ramarivera" }, diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 8c8d533..ea7c190 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "coding-buddy", - "version": "0.8.0", + "version": "0.9.3", "description": "Persistent coding companion for Claude Code, Pi, and Oh My Pi. MCP-based terminal pet with ASCII art, stats, reactions, and personality.", "author": { "name": "ramarivera" diff --git a/server/index.ts b/server/index.ts index b8ec7cc..816b4bc 100644 --- a/server/index.ts +++ b/server/index.ts @@ -125,7 +125,7 @@ function getInstructions(): string { const server = new McpServer( { name: "coding-buddy", - version: "0.6.0", + version: "0.9.3", }, { instructions: getInstructions(),