From 5a0680b922212cb46a25a2026d73b617541a4493 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 11 Jan 2023 21:53:58 +0100 Subject: [PATCH] Update module.json --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 6256091..e3dd401 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "ai-description-generator", "title": "AI Description Generator", "description": "Utilizes the GPT-3 AI to generate descriptions from within Foundry.", - "version": "1.0.0", + "version": "1.0.1", "authors": [ { "name": "Pepijn Sietsema", @@ -20,4 +20,4 @@ "url": "https://github.com/PepijnMC/FoundryVTT-AI-Description-Generator", "manifest": "https://github.com/PepijnMC/FoundryVTT-AI-Description-Generator/releases/latest/download/module.json", "download": "https://github.com/PepijnMC/FoundryVTT-AI-Description-Generator/releases/latest/download/module.zip" -} \ No newline at end of file +}