From 333a4ab04ef46b00b4ab8826618b2e8c0f0121a5 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Sun, 24 Nov 2024 18:43:49 -0600 Subject: [PATCH] bump version --- src/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index 228bc29..3ed545c 100644 --- a/src/module.json +++ b/src/module.json @@ -20,9 +20,9 @@ "path": "lang/en.json" } ], - "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5.1/module.zip", + "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5.2/module.zip", "manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json", - "version": "0.5.1", + "version": "0.5.2", "scripts": [ "scripts/main.js" ],