chore: 0.11.3 -> 0.11.4

This commit is contained in:
thzxx
2026-06-13 08:17:44 +08:00
parent 5bad82336d
commit 0b58639295
7 changed files with 13 additions and 13 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 v0.11.3',
message: 'Metona Ollama Desktop v0.11.4',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});