From 5b43ddf225219fcb486b7db30c510d9b21231134 Mon Sep 17 00:00:00 2001 From: fujibee Date: Fri, 14 Aug 2026 16:49:57 -0700 Subject: [PATCH] release: 1.2.0-rc.6 Derived files written by scripts/release/sync-version.sh; --check passes. --- .claude-plugin/plugin.json | 2 +- VERSION | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1d496c665..f43f11451 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "agmsg", "description": "Cross-agent messaging via SQLite. Send messages between CLI AI agents. No daemon, no network.", - "version": "1.2.0-rc.5", + "version": "1.2.0-rc.6", "author": { "name": "fujibee" }, diff --git a/VERSION b/VERSION index b3faf0541..0592f033b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0-rc.5 +1.2.0-rc.6 diff --git a/package.json b/package.json index 574a8bdc6..9bd77af9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agmsg", - "version": "1.2.0-rc.5", + "version": "1.2.0-rc.6", "description": "Cross-agent messaging via SQLite for CLI AI agents (Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode). The npm package is a thin bootstrapper that fetches and runs the canonical bash installer at https://github.com/fujibee/agmsg.", "bin": { "agmsg": "bin/agmsg.js"