This commit is contained in:
SengokuCola
2026-05-07 21:54:40 +08:00
parent 9584f13f16
commit f286cfc1ed
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "maibot-dashboard",
"private": true,
"version": "1.0.7",
"version": "1.0.8",
"type": "module",
"main": "./out/main/index.js",
"scripts": {

View File

@@ -5,7 +5,7 @@
* 修改此处的版本号后,所有展示版本的地方都会自动更新
*/
export const APP_VERSION = '1.0.7'
export const APP_VERSION = '1.0.8'
export const APP_NAME = 'MaiBot Dashboard'
export const APP_FULL_NAME = `${APP_NAME} v${APP_VERSION}`