From 7885395776272c23bd6b9159f3c65dca6ed8bcaa Mon Sep 17 00:00:00 2001 From: impressionyang Date: Mon, 15 Jun 2026 16:52:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E8=87=B3=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- src/main.cpp | 2 +- src/ui/main_window.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 730824e..89d1896 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -63,7 +63,7 @@ int main(int argc, char* argv[]) { impress::Application app(argc, argv); app.setApplicationName("Impress Voice Input"); - app.setApplicationVersion("0.1.0"); + app.setApplicationVersion("0.1.1"); app.setOrganizationName("Impress"); // 默认日志目录(配置加载后可能被覆盖) diff --git a/src/ui/main_window.cpp b/src/ui/main_window.cpp index 77a1e28..b0adf4f 100644 --- a/src/ui/main_window.cpp +++ b/src/ui/main_window.cpp @@ -306,7 +306,7 @@ void MainWindow::setupMenuBar() { QMessageBox::about(this, "关于", "

Impress Voice Input

" "

基于 ONNX 的实时语音转文本输入法

" - "

版本: 0.1.0

"); + "

版本: 0.1.1

"); }); }