From 739a497af617c4fb622ae5e537746081baef1ba2 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Sat, 18 May 2024 13:16:45 +0800 Subject: [PATCH] chore: v3.26.0 --- manifest.json | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 418fb37..fc18479 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 4, "type": "extension", - "name": "LLOneBot v3.25.0", + "name": "LLOneBot v3.26.0", "slug": "LLOneBot", "description": "使你的NTQQ支持OneBot11协议进行QQ机器人开发, 不支持商店在线更新", - "version": "3.25.0", + "version": "3.26.0", "icon": "./icon.jpg", "authors": [ { diff --git a/src/version.ts b/src/version.ts index a85813c..9dfb334 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.25.0' +export const version = '3.26.0'