From 879056f5392d8ce91f289ca7a02e059bcca95de1 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 28 Jun 2024 13:26:17 -0500 Subject: [PATCH] fix verified to latest verified version --- src/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/module.json b/src/module.json index 511ba44..fe48847 100644 --- a/src/module.json +++ b/src/module.json @@ -9,7 +9,7 @@ ], "compatibility": { "minimum": "11", - "verified": ["11","12"] + "verified": "12" }, "languages": [ { @@ -18,9 +18,9 @@ "path": "lang/en.json" } ], - "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.3.3/module.zip", + "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5/module.zip", "manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json", - "version": "0.3.3", + "version": "0.5", "scripts": [ "scripts/main.js" ],