From 8e9523602b4ccf72972a5aae9f0db7d5cf0a1932 Mon Sep 17 00:00:00 2001 From: idranme <96647698+idranme@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:23:54 +0800 Subject: [PATCH] chore: v4.0.0 --- README.md | 2 +- manifest.json | 4 ++-- scripts/gen-manifest.ts | 2 +- src/version.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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'