chore: 版本号 0.13.2 → 0.13.3

This commit is contained in:
thzxx
2026-06-24 21:33:01 +08:00
parent d2bbd2cd0f
commit 9652533b35
5 changed files with 8 additions and 8 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.13.2',
message: 'Metona Ollama Desktop v0.13.3',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});