From 7bb4808e2d1736e5757894278642fd86cdee95d2 Mon Sep 17 00:00:00 2001 From: idranme Date: Thu, 22 Aug 2024 20:18:16 +0800 Subject: [PATCH] chore: v3.30.1 --- manifest.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 93a4900..788b551 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 协议,用于 QQ 机器人开发", - "version": "3.30.0", + "version": "3.30.1", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 784f14c..a5e183c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.30.0' +export const version = '3.30.1'