Release version 0.3.3

This commit is contained in:
weishu
2025-12-31 23:44:12 +08:00
parent 7ae7158127
commit 5c059b6023
2 changed files with 16 additions and 16 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.3.1",
"version": "0.3.3",
"description": "App for agentic coding - access coding agent anywhere",
"author": "Kirill Dubovitskiy & weishu",
"license": "LGPL-3.0-or-later",
@@ -26,11 +26,11 @@
}
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.3.1",
"@twsxtd/hapi-darwin-x64": "0.3.1",
"@twsxtd/hapi-linux-arm64": "0.3.1",
"@twsxtd/hapi-linux-x64": "0.3.1",
"@twsxtd/hapi-win32-x64": "0.3.1"
"@twsxtd/hapi-darwin-arm64": "0.3.3",
"@twsxtd/hapi-darwin-x64": "0.3.3",
"@twsxtd/hapi-linux-arm64": "0.3.3",
"@twsxtd/hapi-linux-x64": "0.3.3",
"@twsxtd/hapi-win32-x64": "0.3.3"
},
"scripts": {
"typecheck": "tsc --noEmit",