From 8fbbb4f7881f080ac96290277918299f6d774dfb Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Mon, 3 Feb 2025 07:57:27 -0600 Subject: [PATCH] Bump version to 0.2.1 and update download URL Incremented the module version from 0.2.0 to 0.2.1 and updated the corresponding download URL to reflect the new release. This ensures proper version tracking and correct download linkage for the updated module. --- src/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index b1e78e9..129304c 100644 --- a/src/module.json +++ b/src/module.json @@ -1,8 +1,8 @@ { "id": "asc-asset-manager", "title": "Asset Manager", - "version": "0.2.0", - "download": "https://gitea.ascorrea.com/asc/asc-asset-manager/releases/download/0.2.0/module.zip", + "version": "0.2.1", + "download": "https://gitea.ascorrea.com/asc/asc-asset-manager/releases/download/0.2.1/module.zip", "manifest": "https://gitea.ascorrea.com/asc/asc-asset-manager/releases/download/latest/module.json", "compatibility": { "minimum": "12",