diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 46fdc6e..0bcba34 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,7 +1,7 @@ { "id": "openclaw-kitchen-sink-fixture", "name": "OpenClaw Kitchen Sink", - "version": "0.2.3", + "version": "0.2.4", "description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.4.29.", "enabledByDefault": false, "kind": [ diff --git a/package-lock.json b/package-lock.json index ceafd42..2424b80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openclaw/kitchen-sink", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openclaw/kitchen-sink", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "dependencies": { "openclaw": "2026.4.29" diff --git a/package.json b/package.json index 2ce8ee5..e73cc15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openclaw/kitchen-sink", - "version": "0.2.3", + "version": "0.2.4", "private": false, "description": "Credential-free kitchen-sink OpenClaw plugin fixture covering the public plugin API surface.", "type": "module", diff --git a/src/index.js b/src/index.js index 5ba8361..17f92ae 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,7 @@ import { export const plugin = { id: PLUGIN_ID, name: "OpenClaw Kitchen Sink", - version: "0.2.3", + version: "0.2.4", description: "Credential-free fixture covering OpenClaw plugin API seams.", expectedDiagnostics: KITCHEN_SINK_EXPECTED_DIAGNOSTICS, register(api) {