Skip to content

Commit 9f79140

Browse files
committed
2 parents ff71e00 + d59d8ce commit 9f79140

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

codex-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@just-every/code",
3-
"version": "0.5.10",
3+
"version": "0.5.11",
44
"license": "Apache-2.0",
55
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
66
"bin": {
@@ -35,10 +35,10 @@
3535
"prettier": "^3.3.3"
3636
},
3737
"optionalDependencies": {
38-
"@just-every/code-darwin-arm64": "0.5.10",
39-
"@just-every/code-darwin-x64": "0.5.10",
40-
"@just-every/code-linux-x64-musl": "0.5.10",
41-
"@just-every/code-linux-arm64-musl": "0.5.10",
42-
"@just-every/code-win32-x64": "0.5.10"
38+
"@just-every/code-darwin-arm64": "0.5.11",
39+
"@just-every/code-darwin-x64": "0.5.11",
40+
"@just-every/code-linux-x64-musl": "0.5.11",
41+
"@just-every/code-linux-arm64-musl": "0.5.11",
42+
"@just-every/code-win32-x64": "0.5.11"
4343
}
4444
}

0 commit comments

Comments
 (0)