chore: 版本号升级 3.1.0 → 3.1.1

This commit is contained in:
thzxx
2026-04-07 02:49:40 +08:00
parent 9c1ab73be7
commit 5cde0fab6e
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export function createMenu(): void {
dialog.showMessageBox(mainWindow!, {
type: 'info',
title: '关于 Metona Ollama',
message: 'Metona Ollama Desktop v3.1.0',
message: 'Metona Ollama Desktop v3.1.1',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});