From e02470e70d421ec0e305215ea5c98bffde17bd47 Mon Sep 17 00:00:00 2001 From: so1ve Date: Wed, 5 Feb 2025 13:14:15 +0800 Subject: [PATCH] chore: update version --- package.v2.json | 3 ++- plugins.v2/torrenttransfer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.v2.json b/package.v2.json index 4b5d4bb..fcb2207 100644 --- a/package.v2.json +++ b/package.v2.json @@ -104,11 +104,12 @@ "name": "自动转移做种", "description": "定期转移下载器中的做种任务到另一个下载器。", "labels": "做种", - "version": "1.10", + "version": "1.10.1", "icon": "seed.png", "author": "jxxghp", "level": 2, "history": { + "v1.10.1": "优化“立即运行一次”按钮位置", "v1.10": "支持跳过校验(仅支持 qBittorrent)", "v1.9": "优化执行周期输入,需要MoviePilot v2.2.1+", "v1.8": "支持qbittorrent 5", diff --git a/plugins.v2/torrenttransfer/__init__.py b/plugins.v2/torrenttransfer/__init__.py index d425ea1..b1cafba 100644 --- a/plugins.v2/torrenttransfer/__init__.py +++ b/plugins.v2/torrenttransfer/__init__.py @@ -28,7 +28,7 @@ class TorrentTransfer(_PluginBase): # 插件图标 plugin_icon = "seed.png" # 插件版本 - plugin_version = "1.10" + plugin_version = "1.10.1" # 插件作者 plugin_author = "jxxghp" # 作者主页