From 04aee6e44cda4263769ee7c895cb953318243f0c Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Thu, 23 Jan 2025 10:26:17 -0600 Subject: [PATCH] Bump version to 0.2.0 and update download URL - Updated the module version in `module.json` from `0.1.1` to `0.2.0`. - Adjusted the `download` URL to point to the `0.2.0` release ZIP file. This change reflects the addition of new features and improvements in the latest release. --- src/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index 3219f65..b1e78e9 100644 --- a/src/module.json +++ b/src/module.json @@ -1,8 +1,8 @@ { "id": "asc-asset-manager", "title": "Asset Manager", - "version": "0.1.1", - "download": "https://gitea.ascorrea.com/asc/asc-asset-manager/releases/download/0.1.1/module.zip", + "version": "0.2.0", + "download": "https://gitea.ascorrea.com/asc/asc-asset-manager/releases/download/0.2.0/module.zip", "manifest": "https://gitea.ascorrea.com/asc/asc-asset-manager/releases/download/latest/module.json", "compatibility": { "minimum": "12",