diff --git a/manifest.json b/manifest.json index eed43f6..b0320d0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-commander", "name": "AI Commander", - "version": "1.0.0", + "version": "1.1.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.", "author": "Simon Yang", diff --git a/versions.json b/versions.json index 0ff7302..e06ab24 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "1.0.0" + "1.1.0": "1.0.0" }