From 1f3dce39a4e833f2e9c29675fe070327da7318bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 22 May 2026 17:58:41 +0400 Subject: [PATCH] =?UTF-8?q?v61:=20=D1=87=D0=B0=D0=BD=D0=BA=2014KB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9e4ece2..00e43f4 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@ let mediaRecorder, audioChunks = [], userAudioBlob = null, ttsText = ''; let isRecording = false, isAnalyzing = false, micAnalyser = null, micAnimId = null; let recordStartTime = 0, recordDuration = 0; // ---------- Версия ---------- -const VERSION = 'v60'; +const VERSION = 'v61'; document.getElementById('ver').textContent = VERSION; // ---------- Перевод на русский (Groq) ----------