diff --git a/openclaw.plugin.json b/openclaw.plugin.json index feed78c..2193d10 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "agentmail", "name": "AgentMail", "description": "AgentMail for OpenClaw: a CLI-backed skill plus a durable, allowlisted, reply-only email channel.", - "version": "0.1.0", + "version": "0.1.1", "configSchema": { "type": "object", "properties": { diff --git a/package-lock.json b/package-lock.json index ce242d4..60b2615 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentmail/agentmail", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentmail/agentmail", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "agentmail": "^0.5.16", diff --git a/package.json b/package.json index 656f5c0..de8e5d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentmail/agentmail", - "version": "0.1.0", + "version": "0.1.1", "description": "AgentMail for OpenClaw: a CLI-backed skill plus a durable, allowlisted, reply-only email channel.", "type": "module", "private": false,