feature: 升级QB远程控制插件版本号

This commit is contained in:
hoey94
2024-03-15 18:28:42 +08:00
parent 629c0819c0
commit 6a90581c48
2 changed files with 2 additions and 2 deletions

View File

@@ -402,7 +402,7 @@
"QbCommand": {
"name": "QB远程操作",
"description": "通过定时任务或交互命令远程操作QB暂停/开始/限速等。",
"version": "1.0",
"version": "1.1",
"icon": "Qbittorrent_A.png",
"author": "DzAvril",
"level": 1

View File

@@ -19,7 +19,7 @@ class QbCommond(_PluginBase):
# 插件图标
plugin_icon = "Qbittorrent_A.png"
# 插件版本
plugin_version = "1.0"
plugin_version = "1.1"
# 插件作者
plugin_author = "DzAvril"
# 作者主页