Skip to content

Commit 072772c

Browse files
authored
Merge pull request #1721 from Mai-with-u/dev
Dev
2 parents 12d52e1 + 37d7df7 commit 072772c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

dashboard/src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* 修改此处的版本号后,所有展示版本的地方都会自动更新
66
*/
77

8-
export const APP_VERSION = '1.1.5'
8+
export const APP_VERSION = '1.1.6'
99
export const APP_NAME = 'MaiBot Dashboard'
1010
export const APP_FULL_NAME = `${APP_NAME} v${APP_VERSION}`
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ tomlkit>=0.13.3
3333
typing-extensions
3434
uvicorn>=0.35.0
3535
watchfiles>=1.1.1
36-
maibot-dashboard>=1.1.5
36+
maibot-dashboard>=1.1.6

0 commit comments

Comments
 (0)