mirror of
https://github.com/yzh503/obsidian-aicommander-plugin.git
synced 2026-07-22 07:40:26 +00:00
Fix min version
This commit is contained in:
parent
d11093d788
commit
0f8bed9080
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"id": "ai-commander",
|
||||
"name": "AI Commander",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Generate text from prompt, note text and audio files using OpenAI API in conjunction with Bing search.",
|
||||
"author": "Simon Yang",
|
||||
"authorUrl": "https://yzh503.github.io",
|
||||
|
|
|
|||
Loading…
Reference in a new issue