From a2454d06acac612fc2d469b902f1f76b5533bcac Mon Sep 17 00:00:00 2001 From: Simon Yang Date: Sat, 18 Mar 2023 09:13:14 +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 62605a5..c9cf1de 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-commander", "name": "AI Commander", - "version": "1.2.3", + "version": "1.3.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 182bd7c..e907e66 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.2.3": "1.0.0" + "1.3.0": "1.0.0" }