From 6931277e33239e256a5adfe4249c9b730d3153f7 Mon Sep 17 00:00:00 2001 From: idranme Date: Fri, 9 Aug 2024 18:07:50 +0800 Subject: [PATCH] chore: v3.28.2 --- manifest.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3ce5014..b27b0ca 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 协议,用以 QQ 机器人开发", - "version": "3.28.1", + "version": "3.28.2", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index a706e91..235a755 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.28.1' +export const version = '3.28.2'