fix: 调用发包接口时检查QQ版本

This commit is contained in:
linyuchen
2024-11-16 23:01:24 +08:00
parent c8d5eebe5d
commit 110193ea15
3 changed files with 22 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
"name": "LLOneBot",
"slug": "LLOneBot",
"description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发",
"version": "4.3.0",
"version": "4.3.1",
"icon": "./icon.webp",
"authors": [
{

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
export const version = '4.3.0'
export const version = '4.3.1'