diff --git a/package-lock.json b/package-lock.json index 5f2fa46c..7688af89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@yonidavidson/agentcomm", - "version": "0.20.0", + "version": "0.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@yonidavidson/agentcomm", - "version": "0.20.0", + "version": "0.21.0", "license": "MIT", "bin": { "agentcomm": "dist/cli.js" diff --git a/package.json b/package.json index 33a26186..c4e8adfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yonidavidson/agentcomm", - "version": "0.20.0", + "version": "0.21.0", "description": "A tiny mailbox/message bus for AI agents that shell out to one CLI. Pluggable storage backends behind a single Backend interface.", "type": "module", "license": "MIT",