From 400c1c16ef6ef25012530c44bbc1a0cba129686b Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 28 Jun 2024 13:38:14 -0500 Subject: [PATCH] update author, url --- src/module.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/module.json b/src/module.json index fe48847..228bc29 100644 --- a/src/module.json +++ b/src/module.json @@ -4,9 +4,11 @@ "description": "A simple module that keeps track of session title suggestions", "authors": [ { - "name": "lmxsdl" + "name": "anthonyscorrea", + "url": "https://github.com/anthonyscorrea" } ], + "url": "https://github.com/anthonyscorrea/asc-session-title-suggestions", "compatibility": { "minimum": "11", "verified": "12" @@ -18,9 +20,9 @@ "path": "lang/en.json" } ], - "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5/module.zip", + "download": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/download/0.5.1/module.zip", "manifest": "https://github.com/anthonyscorrea/asc-session-title-suggestions/releases/latest/download/module.json", - "version": "0.5", + "version": "0.5.1", "scripts": [ "scripts/main.js" ],