Skip to content

Commit dd00720

Browse files
committed
chore: bump version to 0.6.2
- Updated main package version from 0.6.1 to 0.6.2 - Platform packages will be updated during build - Includes dependency fixes
1 parent a9b4484 commit dd00720

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.1",
3+
"version": "0.6.2",
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.1",
21-
"codemachine-darwin-arm64": "0.6.1",
22-
"codemachine-darwin-x64": "0.6.1",
23-
"codemachine-windows-x64": "0.6.1"
20+
"codemachine-linux-x64": "0.6.2",
21+
"codemachine-darwin-arm64": "0.6.2",
22+
"codemachine-darwin-x64": "0.6.2",
23+
"codemachine-windows-x64": "0.6.2"
2424
},
2525
"scripts": {
2626
"_comment_dev": "Development: Run from source (no build needed)",

0 commit comments

Comments
 (0)