fix: 更新版本号至 1.1.0

This commit is contained in:
Metona Desktop
2026-04-05 23:24:55 +08:00
parent 9542a224db
commit e769f4ec2a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ function createMenu() {
dialog.showMessageBox(mainWindow, {
type: 'info',
title: '关于 Metona Ollama',
message: 'Metona Ollama Desktop v1.0.0',
message: 'Metona Ollama Desktop v1.1.0',
detail: '基于原生 JavaScript 的 Ollama AI 聊天客户端\n桌面版由 Electron 驱动\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: process.platform === 'win32' ? ICO_PATH : ICON_PATH
});