Skip to content

Commit b959389

Browse files
chore: bump version to 0.7.36
1 parent 9e06d52 commit b959389

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Cloud-backed persistent shared memory for AI agents powered by Deeplake",
9-
"version": "0.7.35"
9+
"version": "0.7.36"
1010
},
1111
"plugins": [
1212
{
1313
"name": "hivemind",
1414
"description": "Persistent shared memory powered by Deeplake — captures all session activity and provides cross-session, cross-agent memory search",
15-
"version": "0.7.35",
15+
"version": "0.7.36",
1616
"source": "./claude-code",
1717
"homepage": "https://github.com/activeloopai/hivemind"
1818
}

.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": "hivemind",
33
"description": "Cloud-backed persistent memory powered by Deeplake — read, write, and share memory across Claude Code sessions and agents",
4-
"version": "0.7.35",
4+
"version": "0.7.36",
55
"author": {
66
"name": "Activeloop",
77
"url": "https://deeplake.ai"

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": "hivemind",
33
"description": "Cloud-backed persistent memory powered by Deeplake — read, write, and share memory across Claude Code sessions and agents",
4-
"version": "0.7.35",
4+
"version": "0.7.36",
55
"author": {
66
"name": "Activeloop",
77
"url": "https://deeplake.ai"

codex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hivemind-codex",
3-
"version": "0.7.35",
3+
"version": "0.7.36",
44
"description": "Cloud-backed persistent shared memory for OpenAI Codex CLI powered by Deeplake",
55
"type": "module"
66
}

openclaw/openclaw.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
}
5353
}
5454
},
55-
"version": "0.7.35"
55+
"version": "0.7.36"
5656
}

openclaw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hivemind",
3-
"version": "0.7.35",
3+
"version": "0.7.36",
44
"type": "module",
55
"description": "Hivemind — cloud-backed persistent shared memory for AI agents, powered by DeepLake",
66
"license": "Apache-2.0",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deeplake/hivemind",
3-
"version": "0.7.35",
3+
"version": "0.7.36",
44
"description": "Cloud-backed persistent shared memory for AI agents powered by Deeplake",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)