From 330fbc306fa715c4a6841a3d0a942255c3b615c8 Mon Sep 17 00:00:00 2001 From: Haakam Aujla Date: Fri, 24 Jul 2026 08:43:52 +0000 Subject: [PATCH] Bump version to 0.1.1 0.1.0 is already published to ClawHub, which rejects re-publishing an existing version. Bump package.json (+ lockfile) and regenerate openclaw.plugin.json so the embedded manifest version stays aligned. Version-only change. Co-Authored-By: Claude Opus 4.8 (1M context) --- openclaw.plugin.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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,