Skip to content

Commit 46285c6

Browse files
committed
chore: bump version to 0.6.1
- Updated main package version from 0.6.0 to 0.6.1 - Platform packages will be updated during build - Necessary due to npm version tombstone on 0.6.0
1 parent 4f2e22c commit 46285c6

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.0",
3+
"version": "0.6.1",
44
"description": "Multi-Agent Workflow Orchestration.",
55
"type": "module",
66
"bin": {
@@ -17,10 +17,10 @@
1717
"bun": "1.3.3"
1818
},
1919
"optionalDependencies": {
20-
"codemachine-linux-x64": "0.6.0",
21-
"codemachine-darwin-arm64": "0.6.0",
22-
"codemachine-darwin-x64": "0.6.0",
23-
"codemachine-windows-x64": "0.6.0"
20+
"codemachine-linux-x64": "0.6.1",
21+
"codemachine-darwin-arm64": "0.6.1",
22+
"codemachine-darwin-x64": "0.6.1",
23+
"codemachine-windows-x64": "0.6.1"
2424
},
2525
"scripts": {
2626
"_comment_dev": "Development: Run from source (no build needed)",

0 commit comments

Comments
 (0)