diff --git a/apps/copilot/plugin.json b/apps/copilot/plugin.json index 79a0344f..bb2565eb 100644 --- a/apps/copilot/plugin.json +++ b/apps/copilot/plugin.json @@ -1,7 +1,7 @@ { "name": "plannotator-copilot", "description": "Interactive Plan & Code Review for GitHub Copilot CLI. Visual annotations, team sharing, structured feedback.", - "version": "0.27.9", + "version": "0.27.10", "author": { "name": "backnotprop" }, "repository": "https://github.com/backnotprop/plannotator", "license": "MIT OR Apache-2.0", diff --git a/apps/hook/.claude-plugin/plugin.json b/apps/hook/.claude-plugin/plugin.json index 080ea93d..cfede32e 100644 --- a/apps/hook/.claude-plugin/plugin.json +++ b/apps/hook/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "plannotator", "description": "Interactive Plan Review: Mark up and refine your plans using a UI, easily share for team collaboration, automatically integrates with plan mode hooks.", - "version": "0.27.9", + "version": "0.27.10", "author": { "name": "backnotprop" }, diff --git a/apps/opencode-plugin/package.json b/apps/opencode-plugin/package.json index 1b68ac93..4c8ba79f 100644 --- a/apps/opencode-plugin/package.json +++ b/apps/opencode-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@plannotator/opencode", - "version": "0.27.9", + "version": "0.27.10", "type": "module", "description": "Plannotator plugin for OpenCode - interactive plan review with visual annotation", "author": "backnotprop", diff --git a/apps/pi-extension/package.json b/apps/pi-extension/package.json index c97113d2..c5ef8019 100644 --- a/apps/pi-extension/package.json +++ b/apps/pi-extension/package.json @@ -1,6 +1,6 @@ { "name": "@plannotator/pi-extension", - "version": "0.27.9", + "version": "0.27.10", "type": "module", "description": "Plannotator Pi extension - interactive plan review with annotations, annotate agent messages, and review code/PRs", "author": "backnotprop", diff --git a/openpackage.yml b/openpackage.yml index db539488..4aa0fa38 100644 --- a/openpackage.yml +++ b/openpackage.yml @@ -1,5 +1,5 @@ name: plannotator -version: 0.27.9 +version: 0.27.10 description: Annotate Claude Code and other agent plans and review code visually. Share with your team, and send feedback to your agent with one click author: backnotprop license: MIT/Apache2.0 diff --git a/package.json b/package.json index 554f5baa..1b42f2ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plannotator", - "version": "0.27.9", + "version": "0.27.10", "private": true, "description": "Interactive Plan Review for Claude Code - annotate plans visually, share with team, automatically send feedback", "author": "backnotprop", diff --git a/packages/server/package.json b/packages/server/package.json index 49c46e3e..438ee34c 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@plannotator/server", - "version": "0.27.9", + "version": "0.27.10", "private": true, "description": "Shared server implementation for Plannotator plugins", "main": "index.ts",