Skip to content

Commit 91f4b17

Browse files
committed
Update plugin.json
1 parent e4cd3fb commit 91f4b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "示例插件",
3-
"version": "1.0.0",
3+
"version": "v1.0.1",
44
"description": "这是一个简单的示例插件,展示插件系统的基本功能",
55
"author": "SecRandom",
66
"entry_point": "main.py",
7-
"min_app_version": "1.0.0",
7+
"min_app_version": "v0.0.0.0",
88
"dependencies": [],
99
"enabled": true
1010
}

0 commit comments

Comments
 (0)