From 97a3078578a351b5515cceb09baafcf1cc7a2336 Mon Sep 17 00:00:00 2001 From: Bijit Mondal Date: Fri, 20 Feb 2026 16:17:14 +0530 Subject: [PATCH] 1.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07c7841..6b71aa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voice-agent-ai-sdk", - "version": "0.2.1-beta.0", + "version": "1.0.0", "description": "Voice AI Agent with ai-sdk", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -57,4 +57,4 @@ "tsx": "^4.20.5", "typescript": "^5.9.3" } -} \ No newline at end of file +}