diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 219564f5..669e4400 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -12,7 +12,7 @@ { "name": "memsearch", "description": "Automatic semantic memory for Claude Code — remembers what you worked on across sessions", - "version": "0.4.10", + "version": "0.4.11", "source": "./plugins/claude-code", "category": "productivity", "author": { diff --git a/plugins/claude-code/.claude-plugin/plugin.json b/plugins/claude-code/.claude-plugin/plugin.json index 37a069ee..7b82bddc 100644 --- a/plugins/claude-code/.claude-plugin/plugin.json +++ b/plugins/claude-code/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "memsearch", - "version": "0.4.10", + "version": "0.4.11", "description": "Automatic semantic memory for Claude Code — remembers what you worked on across sessions" } diff --git a/plugins/openclaw/package.json b/plugins/openclaw/package.json index 757feeda..afe53467 100644 --- a/plugins/openclaw/package.json +++ b/plugins/openclaw/package.json @@ -1,6 +1,6 @@ { "name": "memsearch", - "version": "0.3.10", + "version": "0.3.11", "description": "Semantic memory search plugin for OpenClaw — persistent cross-session memory powered by Milvus vector search. Automatically captures conversation summaries and recalls relevant context.", "type": "module", "files": [ diff --git a/plugins/opencode/package.json b/plugins/opencode/package.json index 50afbaaa..1bdadc6a 100644 --- a/plugins/opencode/package.json +++ b/plugins/opencode/package.json @@ -1,6 +1,6 @@ { "name": "@zilliz/memsearch-opencode", - "version": "0.3.7", + "version": "0.3.8", "description": "memsearch plugin for OpenCode — semantic memory search across sessions", "type": "module", "main": "index.ts", diff --git a/pyproject.toml b/pyproject.toml index c72efc0e..edf70a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "memsearch" -version = "0.4.10" +version = "0.4.11" description = "Semantic memory search for markdown knowledge bases" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index 8dd19f5b..8818e963 100644 --- a/uv.lock +++ b/uv.lock @@ -1463,7 +1463,7 @@ wheels = [ [[package]] name = "memsearch" -version = "0.4.10" +version = "0.4.11" source = { editable = "." } dependencies = [ { name = "click" },