From 997756d3c07ccee9ff219eb7a98e5064770f60d8 Mon Sep 17 00:00:00 2001 From: "daibo@machinepulse.ai" Date: Sun, 26 Apr 2026 21:41:32 +0800 Subject: [PATCH] chore(channel): bump plugin manifest version to 0.1.0-alpha.1 Sync .claude-plugin/plugin.json with package.json so Claude Code's /plugin update check picks up the new release. Co-Authored-By: Claude Opus 4.7 (1M context) --- claude-code-channel/.claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude-code-channel/.claude-plugin/plugin.json b/claude-code-channel/.claude-plugin/plugin.json index abf1ccd..b3b4404 100644 --- a/claude-code-channel/.claude-plugin/plugin.json +++ b/claude-code-channel/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "world2agent", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.1", "description": "Give Claude Code real-time awareness of external events via World2Agent sensors (Hacker News, GitHub, stocks, X, calendars, and more)", "author": { "name": "MachinePulse AI" }, "homepage": "https://github.com/machinepulse-ai/world2agent",