Skip to content

Commit 4c8beae

Browse files
committed
v1.0.12
1 parent 2d842a0 commit 4c8beae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"metadata": {
77
"description": "Interactive plan annotation plugin for Claude Code",
8-
"version": "1.0.11"
8+
"version": "1.0.12"
99
},
1010
"plugins": [
1111
{
1212
"name": "open-plan-annotator",
1313
"source": "./",
1414
"description": "Interactive plan annotation UI: review, strikethrough, and comment on Claude's plans before approving. Fully local, no external services.",
15-
"version": "1.0.11",
15+
"version": "1.0.12",
1616
"author": {
1717
"name": "ndom91"
1818
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "open-plan-annotator",
33
"description": "Interactive plan annotation UI: review, strikethrough, and comment on Claude's plans before approving. Fully local, no external services.",
4-
"version": "1.0.11",
4+
"version": "1.0.12",
55
"author": {
66
"name": "ndom91"
77
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-plan-annotator",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"type": "module",
55
"description": "Fully local plugin for interactive plan annotation from your Agentic assistants",
66
"author": "ndom91",

0 commit comments

Comments
 (0)