From f6263375f193fbc77c5207676bacf1ca58fb94d1 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Fri, 15 Nov 2024 11:01:25 +0800 Subject: [PATCH] chore: version 4.2.2 --- manifest.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index db4ebe7..f7bc811 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发", - "version": "4.2.0", + "version": "4.2.2", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index e646a57..9c9f404 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '4.2.0' +export const version = '4.2.2'