From 1fad95a55b02ca71aa65372fed30cccf19e1a44e Mon Sep 17 00:00:00 2001 From: linyuchen Date: Sat, 4 May 2024 11:34:41 +0800 Subject: [PATCH] chore: Version 3.24.1 --- manifest.json | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7f133a7..90d3681 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 4, "type": "extension", - "name": "LLOneBot v3.24.0", + "name": "LLOneBot v3.24.1", "slug": "LLOneBot", "description": "使你的NTQQ支持OneBot11协议进行QQ机器人开发, 不支持商店在线更新", - "version": "3.24.0", + "version": "3.24.1", "icon": "./icon.jpg", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 68f0fe0..0df6922 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.24.0' +export const version = '3.24.1'