Skip to content

Commit 0c1e1b5

Browse files
committed
chore(release): bump versions to v0.3.4
1 parent de16127 commit 0c1e1b5

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/claude-code/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remindb",
33
"description": "Token-efficient agentic memory database. Mounts remindb as an MCP server, exposing the Memory* tool suite over a compiled SQLite view of the workspace.",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"author": {
66
"name": "radimsem"
77
},

plugins/codex/remindb/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remindb",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Token-efficient agentic memory database. Mounts remindb as an MCP server, exposing the Memory* tool suite over a compiled SQLite view of the workspace.",
55
"author": {
66
"name": "radimsem"

plugins/gemini-cli/gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remindb",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Token-efficient agentic memory database. Mounts remindb as an MCP server, exposing the Memory* tool suite over a compiled SQLite view of the workspace.",
55
"mcpServers": {
66
"remindb": {

plugins/openclaw/openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "remindb",
33
"name": "remindb",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"description": "Token-efficient agentic memory database. Exposes the Memory* MCP tool suite so OpenClaw agents can work against a compiled view of their workspace.",
66
"homepage": "https://github.com/radimsem/remindb",
77
"license": "MIT",

plugins/openclaw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radimsem/remindb-openclaw",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "OpenClaw plugin that mounts the remindb MCP server as a workspace memory backend",
55
"main": "index.ts",
66
"license": "MIT",

plugins/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radimsem/remindb-opencode",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "OpenCode plugin that mounts the remindb MCP server as a workspace memory backend",
55
"type": "module",
66
"main": "plugin.ts",

0 commit comments

Comments
 (0)