From 80b203a079c33d17f8b953021fe449d2755e6751 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Thu, 27 Jun 2024 19:44:57 -0500 Subject: [PATCH] fix module.json --- src/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index 1ba2f7d..4de2011 100644 --- a/src/module.json +++ b/src/module.json @@ -19,8 +19,8 @@ } ], "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.3.1/module.zip", - "manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/latest/module.json", - "version": "0.3.1", + "manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json", + "version": "0.3.2", "scripts": [ "scripts/main.js" ],