From 2dac109e58a0dfa9d75ee0388bc8b75a1ec4d660 Mon Sep 17 00:00:00 2001 From: idranme Date: Sun, 1 Sep 2024 00:34:08 +0800 Subject: [PATCH] chore: v3.31.3 --- manifest.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 5030073..e8f3fb5 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 协议,用于 QQ 机器人开发", - "version": "3.31.2", + "version": "3.31.3", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 16409c1..8178874 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.31.2' +export const version = '3.31.3'