Skip to content

Commit 6977f07

Browse files
committed
v0.2.4
1 parent 96e7670 commit 6977f07

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memory-engine",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"module": "index.ts",
55
"type": "module",
66
"private": true,

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@memory.build/cli",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "CLI for Memory Engine",
55
"private": true,
66
"type": "module",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@memory.build/client",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Client library for Memory Engine",
55
"repository": {
66
"type": "git",

packages/protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@memory.build/protocol",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Protocol schemas and types for Memory Engine",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)