Skip to content

Commit ccdc30d

Browse files
committed
chore(release): 0.5.2 [skip ci]
1 parent d82ab13 commit ccdc30d

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.1",
3+
"version": "0.5.2",
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.1",
39-
"@just-every/code-darwin-x64": "0.5.1",
40-
"@just-every/code-linux-x64-musl": "0.5.1",
41-
"@just-every/code-linux-arm64-musl": "0.5.1",
42-
"@just-every/code-win32-x64": "0.5.1"
38+
"@just-every/code-darwin-arm64": "0.5.2",
39+
"@just-every/code-darwin-x64": "0.5.2",
40+
"@just-every/code-linux-x64-musl": "0.5.2",
41+
"@just-every/code-linux-arm64-musl": "0.5.2",
42+
"@just-every/code-win32-x64": "0.5.2"
4343
}
4444
}

0 commit comments

Comments
 (0)