Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 383c114

Browse files
committed
0.0.1
1 parent b1cab02 commit 383c114

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/lang/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"trustedDependencies": [
2626
"hnswlib-node"
2727
],
28-
"version": "0.0.0-hotfix.1"
28+
"version": "0.0.1"
2929
}

packages/oai-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"peerDependencies": {
1414
"typescript": "^5.0.0"
1515
},
16-
"version": "0.0.0-hotfix.1"
16+
"version": "0.0.1"
1717
}

server/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Ava Server
22
description: >-
33
Self-hosted personal assistant in minutes with built-in Home Assistant
44
integration and great extensibility and customizability
5-
version: 0.0.0-hotfix.1
5+
version: 0.0.1
66
slug: server
77
init: false
88
arch:

skill/dynamic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ava/skill-dynamic",
33
"module": "index.ts",
44
"type": "module",
5-
"version": "0.0.0-hotfix.1",
5+
"version": "0.0.1",
66
"devDependencies": {
77
"@types/bun": "latest"
88
},

skill/homeassistant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"peerDependencies": {
1616
"typescript": "^5.0.0"
1717
},
18-
"version": "0.0.0-hotfix.1"
18+
"version": "0.0.1"
1919
}

0 commit comments

Comments
 (0)