Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
claude_code
2026-06-26 19:33:57 +03:00
parent 50d3e7b476
commit aad0a37cfd
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "0.94.0",
"version": "0.94.1",
"scripts": {
"dev": "node scripts/copy-vad-assets.mjs && vite",
"build": "node scripts/copy-vad-assets.mjs && tsc && vite build",

View File

@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.94.0",
"version": "0.94.1",
"description": "",
"author": "",
"private": true,