From 6fac490d666f36cb037cd4d4c6e29e45de6a172a Mon Sep 17 00:00:00 2001 From: idranme Date: Sun, 8 Sep 2024 20:54:32 +0800 Subject: [PATCH] chore: v3.32.0 --- manifest.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d03b050..e9c7d7a 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 协议,用于 QQ 机器人开发", - "version": "3.31.10", + "version": "3.32.0", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 79bfc7b..daf7c9a 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.31.10' +export const version = '3.32.0'