fix 0.1.5 cannot launch in windows

This commit is contained in:
锦恢 2025-06-13 18:11:17 +08:00
parent 506d33be9a
commit 54826eda62
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "openmcp",
"displayName": "OpenMCP",
"description": "An all in one MCP Client/TestTool",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "kirigaya",
"author": {
"name": "kirigaya",

View File

@ -47,7 +47,7 @@ import { useI18n } from 'vue-i18n';
const { t } = useI18n();
const version = '0.1.5';
const version = '0.1.6';
const author = 'LSTM-Kirigaya (锦恢)';
defineComponent({ name: 'about' });