From aee36e7ca3697eb7f197f5bc104ec9aed9d5f81a Mon Sep 17 00:00:00 2001 From: linyuchen <lin.yu.chen@hotmail.com> Date: Thu, 21 Nov 2024 19:24:44 +0800 Subject: [PATCH] bump version --- manifest.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9542df7..204c102 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发", - "version": "4.3.1", + "version": "4.4.0", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index b36c880..2729c69 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '4.3.1' +export const version = '4.4.0'