chore: ver 3.7.0

This commit is contained in:
linyuchen
2024-02-23 19:57:20 +08:00
parent 829aba18f8
commit 2eb0ad589a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"name": "LLOneBot",
"slug": "LLOneBot",
"description": "LiteLoaderQQNT的OneBotApi",
"version": "3.6.0",
"version": "3.7.0",
"thumbnail": "./icon.png",
"authors": [
{

View File

@@ -86,6 +86,6 @@ export function getUidByUin(uin: string) {
}
}
export const version = "3.6.0"
export const version = "3.7.0"
export let groupNotifies: Map<string, GroupNotify> = new Map();