From 4591c1b659c9b4301facf8558f32d3dc06a3e1f1 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Wed, 27 Mar 2024 23:17:56 +0800 Subject: [PATCH] fix: some audio can't play --- manifest.json | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index bb001e2..ddaf7d2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 4, "type": "extension", - "name": "LLOneBot v3.20.0", + "name": "LLOneBot v3.20.1", "slug": "LLOneBot", "description": "使你的NTQQ支持OneBot11协议进行QQ机器人开发, 不支持商店在线更新", - "version": "3.20.0", + "version": "3.20.1", "icon": "./icon.jpg", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 60980c1..4b9f790 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = "3.20.0" \ No newline at end of file +export const version = "3.20.1" \ No newline at end of file