Skip to content

Commit bc4c81e

Browse files
committed
v1.1.2
1 parent 6ef7c67 commit bc4c81e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.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.1.1"
8+
"version": "1.1.2"
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.1.1",
15+
"version": "1.1.2",
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.1.1",
4+
"version": "1.1.2",
55
"author": {
66
"name": "ndom91"
77
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-plan-annotator",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"description": "Fully local plugin for interactive plan annotation from your Agentic assistants",
66
"author": "ndom91",
@@ -67,10 +67,10 @@
6767
"@opencode-ai/plugin": "^1.2.14"
6868
},
6969
"optionalDependencies": {
70-
"@open-plan-annotator/runtime-darwin-arm64": "1.1.1",
71-
"@open-plan-annotator/runtime-darwin-x64": "1.1.1",
72-
"@open-plan-annotator/runtime-linux-arm64": "1.1.1",
73-
"@open-plan-annotator/runtime-linux-x64": "1.1.1"
70+
"@open-plan-annotator/runtime-darwin-arm64": "1.1.2",
71+
"@open-plan-annotator/runtime-darwin-x64": "1.1.2",
72+
"@open-plan-annotator/runtime-linux-arm64": "1.1.2",
73+
"@open-plan-annotator/runtime-linux-x64": "1.1.2"
7474
},
7575
"packageManager": "[email protected]"
7676
}

packages/runtime-darwin-arm64/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/runtime-darwin-arm64",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"private": false,
66
"description": "Darwin arm64 runtime for open-plan-annotator",

packages/runtime-darwin-x64/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/runtime-darwin-x64",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"private": false,
66
"description": "Darwin x64 runtime for open-plan-annotator",

packages/runtime-linux-arm64/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/runtime-linux-arm64",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"private": false,
66
"description": "Linux arm64 runtime for open-plan-annotator",

packages/runtime-linux-x64/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/runtime-linux-x64",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"private": false,
66
"description": "Linux x64 runtime for open-plan-annotator",

0 commit comments

Comments
 (0)