diff --git a/manifest.json b/manifest.json index 47d6cc6..1c3dc6d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "ai-commander", "name": "AI Commander", - "version": "1.3.1", + "version": "1.3.2", "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 (ChatGPT) and Bing API.", "author": "Simon Yang", "authorUrl": "https://yzh503.github.io", "fundingUrl": "https://www.buymeacoffee.com/yzh503", diff --git a/versions.json b/versions.json index 712234c..0bb3bb2 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.3.1": "1.0.0" + "1.3.2": "1.0.0" }