chore: v3.33.5

This commit is contained in:
idranme
2024-09-22 21:26:37 +08:00
parent afa06f0760
commit 3394823719
3 changed files with 3 additions and 3 deletions

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

@@ -26,7 +26,7 @@ export async function checkNewVersion() {
return { result: false, version: version }
}
export async function upgradeLLOneBot() {
export async function upgradeLLOneBot(): Promise<boolean> {
const latestVersion = await getRemoteVersion()
if (latestVersion && latestVersion != '') {
const downloadUrl = `https://github.com/LLOneBot/LLOneBot/releases/download/v${latestVersion}/LLOneBot.zip`

@@ -1 +1 @@
export const version = '3.33.4'
export const version = '3.33.5'