From ad337f6d170cccec10151f8e345b08119f29589f Mon Sep 17 00:00:00 2001 From: thsrite Date: Sat, 13 Apr 2024 23:13:58 +0800 Subject: [PATCH] fix version --- plugins/customcommand/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/customcommand/__init__.py b/plugins/customcommand/__init__.py index a989efe..7a09896 100644 --- a/plugins/customcommand/__init__.py +++ b/plugins/customcommand/__init__.py @@ -22,7 +22,7 @@ class CustomCommand(_PluginBase): # 插件图标 plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/code.png" # 插件版本 - plugin_version = "1.4" + plugin_version = "1.5" # 插件作者 plugin_author = "thsrite" # 作者主页