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

"); }); }