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" # 作者主页