diff --git a/README.md b/README.md index 4b57f38..07ef23a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LLOneBot -LiteLoaderQQNT 插件,实现 OneBot 11 协议,用于 QQ 机器人开发 +LiteLoaderQQNT 插件,实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发 > [!CAUTION]\ > 请不要在 QQ 官方群聊和任何影响力较大的简中互联网平台(包括但不限于: 哔哩哔哩,微博,知乎,抖音等)发布和讨论任何与本插件存在相关性的信息 diff --git a/manifest.json b/manifest.json index 868515b..5163459 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "type": "extension", "name": "LLOneBot", "slug": "LLOneBot", - "description": "实现 OneBot 11 协议,用于 QQ 机器人开发", - "version": "3.34.1", + "description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发", + "version": "4.0.0", "icon": "./icon.webp", "authors": [ { diff --git a/scripts/gen-manifest.ts b/scripts/gen-manifest.ts index 7169fba..f90eb74 100644 --- a/scripts/gen-manifest.ts +++ b/scripts/gen-manifest.ts @@ -6,7 +6,7 @@ const manifest = { type: 'extension', name: 'LLOneBot', slug: 'LLOneBot', - description: '实现 OneBot 11 协议,用于 QQ 机器人开发', + description: '实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发', version, icon: './icon.webp', authors: [ diff --git a/src/version.ts b/src/version.ts index 066dfff..91acebf 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.34.1' +export const version = '4.0.0'