diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 796380e..5ceea9c 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -1,7 +1,7 @@ { "id": "openclaw-kitchen-sink-fixture", "name": "OpenClaw Kitchen Sink", - "version": "0.1.5", + "version": "0.2.0", "description": "Generated kitchen-sink fixture for OpenClaw plugin API surface 2026.4.26.", "enabledByDefault": false, "kind": [ diff --git a/package-lock.json b/package-lock.json index c910c22..c150cf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@openclaw/kitchen-sink", - "version": "0.1.5", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@openclaw/kitchen-sink", - "version": "0.1.5", + "version": "0.2.0", "license": "MIT", "dependencies": { "openclaw": "2026.4.26" diff --git a/package.json b/package.json index 604dc6b..bd223a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openclaw/kitchen-sink", - "version": "0.1.5", + "version": "0.2.0", "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 0d688c3..7ecb037 100644 --- a/src/index.js +++ b/src/index.js @@ -5,7 +5,7 @@ import { registerKitchenSinkRuntime } from "./kitchen-runtime.js"; export const plugin = { id: "openclaw-kitchen-sink-fixture", name: "OpenClaw Kitchen Sink", - version: "0.1.5", + version: "0.2.0", description: "Credential-free fixture covering OpenClaw plugin API seams.", register(api) { registerAllHooks(api);