chore: update version

This commit is contained in:
so1ve
2025-02-05 13:14:15 +08:00
parent c1dcd66bc8
commit e02470e70d
2 changed files with 3 additions and 2 deletions

View File

@@ -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",

View File

@@ -28,7 +28,7 @@ class TorrentTransfer(_PluginBase):
# 插件图标
plugin_icon = "seed.png"
# 插件版本
plugin_version = "1.10"
plugin_version = "1.10.1"
# 插件作者
plugin_author = "jxxghp"
# 作者主页