From 57ef8ed3e4e59a07ddebc2b4fda0c6c8cea4c476 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Fri, 1 Mar 2024 21:49:32 +0800 Subject: [PATCH] chore: ver 3.11.0 --- manifest.json | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 51eb7ce..c38c3c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 4, "type": "extension", - "name": "LLOneBot v3.10.2", + "name": "LLOneBot v3.11.0", "slug": "LLOneBot", "description": "LiteLoaderQQNT的OneBotApi", - "version": "3.10.2", + "version": "3.11.0", "thumbnail": "./icon.png", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 81353a2..40b631f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = "3.10.2" \ No newline at end of file +export const version = "3.11.0" \ No newline at end of file