diff --git a/manifest.json b/manifest.json index bd5ee7f..070bacd 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "LiteLoaderQQNT的OneBotApi", - "version": "3.2.1", + "version": "3.2.2", "thumbnail": "./icon.png", "authors": [{ "name": "linyuchen", diff --git a/src/common/data.ts b/src/common/data.ts index 91163d6..f3207cf 100644 --- a/src/common/data.ts +++ b/src/common/data.ts @@ -88,5 +88,5 @@ export function getStrangerByUin(uin: string) { } } -export const version = "v3.2.1" +export const version = "v3.2.2" export const heartInterval = 15000 // 毫秒 \ No newline at end of file