From dbe479c2fe08c633424c46c677b6d713e75fd183 Mon Sep 17 00:00:00 2001 From: jeblove <249972068@qq.com> Date: Thu, 28 Mar 2024 21:44:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E3=80=90tracker=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E3=80=91=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- plugins/trackereditor/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7b27001..daa24b3 100644 --- a/package.json +++ b/package.json @@ -434,7 +434,7 @@ "TrackerEditor": { "name": "Tracker替换", "description": "批量替换种子tracker,支持周期性巡检(如为TR,仅支持4.0以上版本)。", - "version": "1.4", + "version": "1.5", "icon": "trackereditor_A.png", "author": "honue", "level": 1 diff --git a/plugins/trackereditor/__init__.py b/plugins/trackereditor/__init__.py index a7dea50..ff32930 100644 --- a/plugins/trackereditor/__init__.py +++ b/plugins/trackereditor/__init__.py @@ -19,7 +19,7 @@ class TrackerEditor(_PluginBase): # 插件图标 plugin_icon = "trackereditor_A.png" # 插件版本 - plugin_version = "1.4" + plugin_version = "1.5" # 插件作者 plugin_author = "honue" # 作者主页