Update module.json with latest version and download link
All checks were successful
Release Creation / build (release) Successful in 30s

- 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.
This commit is contained in:
2025-02-07 11:50:31 -06:00
parent 5317a8dc9f
commit 0624b1c7f3

View File

@@ -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"
]
}