From 90d15d45a65d6b5044122c6cfcd4e25cdd5b5533 Mon Sep 17 00:00:00 2001 From: Simon Yang Date: Mon, 13 Mar 2023 22:17:02 +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 b0320d0..de775fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ai-commander", "name": "AI Commander", - "version": "1.1.0", + "version": "1.1.1", "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 e06ab24..630ea53 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.1.0": "1.0.0" + "1.1.1": "1.0.0" }