From ecd64529a4b6322511034b74c79350dcddcf761a Mon Sep 17 00:00:00 2001 From: linyuchen <lin.yu.chen@foxmail.com> Date: Sat, 30 Mar 2024 13:49:59 +0800 Subject: [PATCH] chore: ver 3.20.5 --- manifest.json | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7f65ed1..835793c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 4, "type": "extension", - "name": "LLOneBot v3.20.4", + "name": "LLOneBot v3.20.5", "slug": "LLOneBot", "description": "使你的NTQQ支持OneBot11协议进行QQ机器人开发, 不支持商店在线更新", - "version": "3.20.4", + "version": "3.20.5", "icon": "./icon.jpg", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 77192b4..0052f6e 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = "3.20.4" \ No newline at end of file +export const version = "3.20.5" \ No newline at end of file