From 1981a69a0007508f2e5aa65f4a315f112a2024e3 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Thu, 27 Jun 2024 19:55:54 -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 4de2011..511ba44 100644 --- a/src/module.json +++ b/src/module.json @@ -18,9 +18,9 @@ "path": "lang/en.json" } ], - "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.3.1/module.zip", + "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.3.3/module.zip", "manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json", - "version": "0.3.2", + "version": "0.3.3", "scripts": [ "scripts/main.js" ],