From d0967785dea3e738988224cdbdeddfd0b34d32dd Mon Sep 17 00:00:00 2001 From: linyuchen Date: Sat, 20 Jul 2024 16:58:03 +0800 Subject: [PATCH] chore: v3.27.3 --- manifest.json | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7d0d2b1..9729084 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 4, "type": "extension", - "name": "LLOneBot v3.27.2", + "name": "LLOneBot v3.27.3", "slug": "LLOneBot", "description": "使你的NTQQ支持OneBot11协议进行QQ机器人开发", - "version": "3.27.2", + "version": "3.27.3", "icon": "./icon.jpg", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 794ecac..f96cff0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.27.2' +export const version = '3.27.3'