From ceb063143a563ecdfa51e8fe23fffc7f17f28359 Mon Sep 17 00:00:00 2001 From: idranme <idranme@outlook.com> Date: Thu, 12 Sep 2024 18:11:01 +0800 Subject: [PATCH] chore: v3.32.4 --- manifest.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 109db1f..53ecccb 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 协议,用于 QQ 机器人开发", - "version": "3.32.3", + "version": "3.32.4", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 8a9b11b..55ba616 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.32.3' +export const version = '3.32.4'