Skip to content

Commit 8082320

Browse files
committed
chore(release): bump @jasonczc/haqi to 0.15.5
1 parent acf367a commit 8082320

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jasonczc/haqi",
3-
"version": "0.15.3",
3+
"version": "0.15.5",
44
"description": "App for agentic coding - access coding agent anywhere",
55
"author": "Kirill Dubovitskiy & weishu",
66
"license": "AGPL-3.0-only",
@@ -32,11 +32,11 @@
3232
}
3333
},
3434
"optionalDependencies": {
35-
"@jasonczc/haqi-darwin-arm64": "0.15.3",
36-
"@jasonczc/haqi-darwin-x64": "0.15.3",
37-
"@jasonczc/haqi-linux-arm64": "0.15.3",
38-
"@jasonczc/haqi-linux-x64": "0.15.3",
39-
"@jasonczc/haqi-win32-x64": "0.15.3"
35+
"@jasonczc/haqi-darwin-arm64": "0.15.5",
36+
"@jasonczc/haqi-darwin-x64": "0.15.5",
37+
"@jasonczc/haqi-linux-arm64": "0.15.5",
38+
"@jasonczc/haqi-linux-x64": "0.15.5",
39+
"@jasonczc/haqi-win32-x64": "0.15.5"
4040
},
4141
"scripts": {
4242
"postinstall": "node -e \"try{const fs=require('fs');const p=require('path');for(const name of ['haqi.cjs','hapi.cjs']){try{fs.chmodSync(p.join(__dirname,'bin',name),0o755)}catch(_){}}}catch(e){}\"",

0 commit comments

Comments
 (0)