From 1187125335322185f50a387d103a6a0f5bc0aac1 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Wed, 13 May 2026 15:03:06 -0500 Subject: [PATCH] bump version --- src/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/module.json b/src/module.json index c3b6130..ad8b8e3 100644 --- a/src/module.json +++ b/src/module.json @@ -10,8 +10,8 @@ ], "url": "https://github.com/anthonyscorrea/asc-session-title-suggestions", "compatibility": { - "minimum": "11", - "verified": "12" + "minimum": "12", + "verified": "14" }, "languages": [ { @@ -22,7 +22,7 @@ ], "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5.3/module.zip", "manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json", - "version": "0.5.3", + "version": "0.5.4", "scripts": [ "scripts/asc-session-title-suggestions.js" ],