Release version 0.1.3

This commit is contained in:
weishu
2025-12-25 15:18:03 +08:00
parent abe215d5d5
commit 1405e2bca9
2 changed files with 16 additions and 18 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.1.2",
"version": "0.1.3",
"description": "App for agentic coding - access coding agent anywhere",
"author": "Kirill Dubovitskiy & weishu",
"license": "MIT",
@@ -25,11 +25,11 @@
}
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.1.2",
"@twsxtd/hapi-darwin-x64": "0.1.2",
"@twsxtd/hapi-linux-arm64": "0.1.2",
"@twsxtd/hapi-linux-x64": "0.1.2",
"@twsxtd/hapi-win32-x64": "0.1.2"
"@twsxtd/hapi-darwin-arm64": "0.1.3",
"@twsxtd/hapi-darwin-x64": "0.1.3",
"@twsxtd/hapi-linux-arm64": "0.1.3",
"@twsxtd/hapi-linux-x64": "0.1.3",
"@twsxtd/hapi-win32-x64": "0.1.3"
},
"scripts": {
"typecheck": "tsc --noEmit",