diff --git a/manifest.json b/manifest.json index afaa89e..4fc0347 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发", - "version": "4.0.3", + "version": "4.0.4", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index c410f93..6890c24 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '4.0.3' +export const version = '4.0.4'