From 6a90581c48b3138783f2c227ac4334c0fdd61788 Mon Sep 17 00:00:00 2001 From: hoey94 Date: Fri, 15 Mar 2024 18:28:42 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E5=8D=87=E7=BA=A7QB=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E6=8E=A7=E5=88=B6=E6=8F=92=E4=BB=B6=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- plugins/qbcommand/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c83218..dcfe3a3 100644 --- a/package.json +++ b/package.json @@ -402,7 +402,7 @@ "QbCommand": { "name": "QB远程操作", "description": "通过定时任务或交互命令远程操作QB暂停/开始/限速等。", - "version": "1.0", + "version": "1.1", "icon": "Qbittorrent_A.png", "author": "DzAvril", "level": 1 diff --git a/plugins/qbcommand/__init__.py b/plugins/qbcommand/__init__.py index 6537c35..2c4e8d1 100644 --- a/plugins/qbcommand/__init__.py +++ b/plugins/qbcommand/__init__.py @@ -19,7 +19,7 @@ class QbCommond(_PluginBase): # 插件图标 plugin_icon = "Qbittorrent_A.png" # 插件版本 - plugin_version = "1.0" + plugin_version = "1.1" # 插件作者 plugin_author = "DzAvril" # 作者主页