From 330ce44d2073e9a0eb6babe78d7823b1bb0455e8 Mon Sep 17 00:00:00 2001 From: Simon Yang Date: Tue, 15 Oct 2024 21:42:49 +1100 Subject: [PATCH] Update version --- manifest.json | 2 +- versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1c3dc6d..b21ab7f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-commander", "name": "AI Commander", - "version": "1.3.2", + "version": "1.3.3", "minAppVersion": "1.0.0", "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", diff --git a/versions.json b/versions.json index 0bb3bb2..e074722 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.3.2": "1.0.0" + "1.3.3": "1.0.0" }