diff --git a/manifest.json b/manifest.json index 7a73297..40f71c3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "哔哩哔哩字幕列表", "description": "显示B站视频的字幕列表,可点击跳转与下载字幕,并支持翻译和总结字幕!", - "version": "1.9.2", + "version": "1.9.3", "manifest_version": 3, "permissions": [ "storage" diff --git a/package.json b/package.json index f1b5f1e..07f323c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "bilibili-subtitle", - "version": "1.9.2", + "version": "1.9.3", "type": "module", "description": "哔哩哔哩字幕列表", "main": "index.js",