From 0624b1c7f38c738e89b597cd76cc208e868cb899 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 7 Feb 2025 11:50:31 -0600 Subject: [PATCH] Update module.json with latest version and download link - Updated the version number from 0.2.1 to 0.3.0 in the module.json file. - Changed the download link from a specific version to the latest version. - The manifest URL now points to the latest version of the module.json file. --- src/module.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/module.json b/src/module.json index 6a471d7..8bb72c5 100644 --- a/src/module.json +++ b/src/module.json @@ -1,8 +1,8 @@ { "id": "asc-starwars-style-journal", "title": "Star Wars Style Journal", - "version": "0.2.1", - "download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/v0.2.1/module.zip", + "version": "0.3.0", + "download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.zip", "manifest": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.json", "compatibility": { "minimum": "12", @@ -13,5 +13,4 @@ "styles/asc-ffg-starwars.css", "styles/asc-starwars-journal.css" ] - } \ No newline at end of file