Update module.json with latest version and download link
All checks were successful
Release Creation / build (release) Successful in 30s
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:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "asc-starwars-style-journal",
|
"id": "asc-starwars-style-journal",
|
||||||
"title": "Star Wars Style Journal",
|
"title": "Star Wars Style Journal",
|
||||||
"version": "0.2.1",
|
"version": "0.3.0",
|
||||||
"download": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/v0.2.1/module.zip",
|
"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",
|
"manifest": "https://gitea.ascorrea.com/asc/asc-starwars-style-journal/releases/download/latest/module.json",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": "12",
|
"minimum": "12",
|
||||||
@@ -13,5 +13,4 @@
|
|||||||
"styles/asc-ffg-starwars.css",
|
"styles/asc-ffg-starwars.css",
|
||||||
"styles/asc-starwars-journal.css"
|
"styles/asc-starwars-journal.css"
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user