Update version

This commit is contained in:
Simon Yang 2023-03-13 22:17:02 +11:00
parent 7490303a87
commit 90d15d45a6
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "ai-commander", "id": "ai-commander",
"name": "AI Commander", "name": "AI Commander",
"version": "1.1.0", "version": "1.1.1",
"minAppVersion": "1.0.0", "minAppVersion": "1.0.0",
"description": "Generate audio transcripts, images, and text in context of PDF attachments or web search results using OpenAI and Bing API.", "description": "Generate audio transcripts, images, and text in context of PDF attachments or web search results using OpenAI and Bing API.",
"author": "Simon Yang", "author": "Simon Yang",

View file

@ -1,3 +1,3 @@
{ {
"1.1.0": "1.0.0" "1.1.1": "1.0.0"
} }