Skip to content

Commit 93edcda

Browse files
committed
fix: align plugin metadata for v0.4.2
1 parent bc31970 commit 93edcda

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "wcode",
1111
"source": "./wcode-agent-plugin",
1212
"description": "Workspace-scoped wcode Software Intelligence skill and MCP server.",
13-
"version": "0.4.1",
13+
"version": "0.4.2",
1414
"author": {"name": "francis-du"},
1515
"category": "developer-tools",
1616
"tags": ["mcp", "software-intelligence", "verification"],

wcode-agent-plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wcode",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "wcode Software Intelligence skill; MCP is configured separately with an explicit repository workspace.",
55
"author": {"name": "francis-du", "url": "https://github.com/francis-du"},
66
"repository": "https://github.com/francis-du/wcode",

wcode-agent-plugin/.zcode-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wcode",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "wcode Software Intelligence skill and workspace-scoped MCP server for ZCode.",
55
"author": {"name": "francis-du", "url": "https://github.com/francis-du"},
66
"repository": "https://github.com/francis-du/wcode",

wcode-agent-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "wcode",
77
"source": ".",
88
"description": "Workspace-scoped wcode Software Intelligence skill and MCP server.",
9-
"version": "0.4.1",
9+
"version": "0.4.2",
1010
"category": "developer-tools",
1111
"tags": ["mcp", "software-intelligence", "verification"],
1212
"strict": true

wcode-agent-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
33
"name": "wcode",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "Portable wcode Software Intelligence skill for MCP-capable coding agents.",
66
"author": {"name": "francis-du", "url": "https://github.com/francis-du"},
77
"homepage": "https://wcode.francis.run/",

0 commit comments

Comments
 (0)