Skip to content

Commit 6688a0e

Browse files
committed
chore: bump version to 0.7.0
1 parent b452677 commit 6688a0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemachine",
3-
"version": "0.6.9",
3+
"version": "0.7.0",
44
"description": "Multi-Agent Workflow Orchestration.",
55
"type": "module",
66
"bin": {
@@ -20,10 +20,10 @@
2020
"bun": "1.3.3"
2121
},
2222
"optionalDependencies": {
23-
"codemachine-linux-x64": "0.6.9",
24-
"codemachine-darwin-arm64": "0.6.9",
25-
"codemachine-darwin-x64": "0.6.9",
26-
"codemachine-windows-x64": "0.6.9"
23+
"codemachine-linux-x64": "0.7.0",
24+
"codemachine-darwin-arm64": "0.7.0",
25+
"codemachine-darwin-x64": "0.7.0",
26+
"codemachine-windows-x64": "0.7.0"
2727
},
2828
"scripts": {
2929
"_comment_dev": "Development: Run from source (no build needed)",

0 commit comments

Comments
 (0)