From 29e3833f6c11485b1d4cba4ff2624959342648a9 Mon Sep 17 00:00:00 2001 From: nelson Date: Mon, 8 Jan 2024 11:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- plugins/pushplusmsg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5979735..46423e4 100644 --- a/package.json +++ b/package.json @@ -330,7 +330,7 @@ "PushPlusMsg": { "name": "PushPlus消息推送", "description": "支持使用PushPlus发送消息通知。", - "version": "1.0.1", + "version": "0.1", "icon": "Pushplus_A.png", "author": "cheng", "level": 1 diff --git a/plugins/pushplusmsg/__init__.py b/plugins/pushplusmsg/__init__.py index 6780248..dac8e38 100644 --- a/plugins/pushplusmsg/__init__.py +++ b/plugins/pushplusmsg/__init__.py @@ -16,7 +16,7 @@ class PushPlusMsg(_PluginBase): # 插件图标 plugin_icon = "Pushplus_A.png" # 插件版本 - plugin_version = "1.0.1" + plugin_version = "0.1" # 插件作者 plugin_author = "cheng" # 作者主页