From c5dc1f667c02f745d6a6da2f38062cf20af18b96 Mon Sep 17 00:00:00 2001 From: AidanTilgner Date: Mon, 12 Feb 2024 11:19:55 -0800 Subject: [PATCH] fix: updated manifest version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0bb01b1..696e103 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "autogen", "name": "Autogen", - "version": "1.0.3", + "version": "1.0.4", "minAppVersion": "0.15.0", "description": "In place autogeneration of content based on prompts.", "author": "Aidan Tilgner",