From 544b8dbdae419518fde02dbce2714783a3797b0d Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Wed, 5 Feb 2025 11:12:17 -0600 Subject: [PATCH] Bump version to 0.2.0 and update download URL - Updated `module.json` to reflect the new version 0.2.0. - Modified the download URL to point to the latest release for version 0.2.0. This update ensures proper version tracking and directs users to the correct module download. --- src/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index d5845a6..cdcd85e 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.1.0", - "download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/v0.1.0/module.zip", + "version": "0.2.0", + "download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/v0.2.0/module.zip", "manifest": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.json", "compatibility": { "minimum": "12",