From e885eb393f946679f6eb68f24a74a5be8bb9f7a4 Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Tue, 31 Mar 2026 14:05:41 +1000 Subject: [PATCH] fix: bump openclaw.plugin.json version to 3.0.0 Version was still at 2.7.0 while git history already had v3.0.0 changes. Co-Authored-By: Claude Opus 4.6 --- openclaw.plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 5b08c20..572c7eb 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "memory-continuity", "name": "Memory Continuity", "description": "Preserves working state across /new, reset, compaction, and gateway restarts via a simple markdown checkpoint file.", - "version": "2.7.0", + "version": "3.0.0", "source": "https://github.com/dtzp555-max/memory-continuity", "configSchema": { "type": "object",