Skip to content

Commit 4aee1e4

Browse files
committed
Release version 0.19.0
1 parent d78cf4b commit 4aee1e4

3 files changed

Lines changed: 17 additions & 19 deletions

File tree

bun.lock

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twsxtd/hapi",
3-
"version": "0.18.4",
3+
"version": "0.19.0",
44
"description": "App for agentic coding - access coding agent anywhere",
55
"author": "Kirill Dubovitskiy & weishu",
66
"license": "AGPL-3.0-only",
@@ -26,11 +26,11 @@
2626
}
2727
},
2828
"optionalDependencies": {
29-
"@twsxtd/hapi-darwin-arm64": "0.18.4",
30-
"@twsxtd/hapi-darwin-x64": "0.18.4",
31-
"@twsxtd/hapi-linux-arm64": "0.18.4",
32-
"@twsxtd/hapi-linux-x64": "0.18.4",
33-
"@twsxtd/hapi-win32-x64": "0.18.4"
29+
"@twsxtd/hapi-darwin-arm64": "0.19.0",
30+
"@twsxtd/hapi-darwin-x64": "0.19.0",
31+
"@twsxtd/hapi-linux-arm64": "0.19.0",
32+
"@twsxtd/hapi-linux-x64": "0.19.0",
33+
"@twsxtd/hapi-win32-x64": "0.19.0"
3434
},
3535
"scripts": {
3636
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",

shared/src/buildInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = '0.18.4'
1+
export const APP_VERSION = '0.19.0'

0 commit comments

Comments
 (0)