File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " maibot-dashboard" ,
33 "private" : true ,
4- "version" : " 1.1.5 " ,
4+ "version" : " 1.1.6 " ,
55 "type" : " module" ,
66 "main" : " ./out/main/index.js" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 55 * 修改此处的版本号后,所有展示版本的地方都会自动更新
66 */
77
8- export const APP_VERSION = '1.1.5 '
8+ export const APP_VERSION = '1.1.6 '
99export const APP_NAME = 'MaiBot Dashboard'
1010export const APP_FULL_NAME = `${ APP_NAME } v${ APP_VERSION } `
1111
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies = [
1919 " jieba>=0.42.1" ,
2020 " json-repair>=0.47.6" ,
2121 " maim-message==0.6.8" ,
22- " maibot-dashboard>=1.1.5 " ,
22+ " maibot-dashboard>=1.1.6 " ,
2323 " maibot-plugin-sdk>=2.5.0" ,
2424 " matplotlib>=3.10.5" ,
2525 " mcp" ,
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ tomlkit>=0.13.3
3333typing-extensions
3434uvicorn >= 0.35.0
3535watchfiles >= 1.1.1
36- maibot-dashboard >= 1.1.5
36+ maibot-dashboard >= 1.1.6
You can’t perform that action at this time.
0 commit comments