Update Manifest link

This commit is contained in:
Megastruktur 2022-09-05 18:37:32 +03:00
parent 90a8bfaae3
commit ce79c242f7
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
v.4.1
- Update manifest link
v.4.0 v.4.0
- Update to FoundryVTT v10 with migrations by @drewg13 - Update to FoundryVTT v10 with migrations by @drewg13
@ -164,4 +167,4 @@ v1.0
TODOs: TODOs:
- Remove and Re-add ALL items, when the item is removed to implement logic. - Remove and Re-add ALL items, when the item is removed to implement logic.

View File

@ -2,14 +2,14 @@
"id": "blades-in-the-dark", "id": "blades-in-the-dark",
"title": "Blades in the Dark", "title": "Blades in the Dark",
"description": "Blades in the dark game system.", "description": "Blades in the dark game system.",
"version": "4.0", "version": "4.1",
"compatibility": { "compatibility": {
"minimum": 10, "minimum": 10,
"verified": "10.284" "verified": "10.284"
}, },
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/", "url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/4.0/system.json", "manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/master/system.json",
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/4.0.zip", "download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/4.1.zip",
"authors": [ "authors": [
{ "name": "megastruktur" }, { "name": "megastruktur" },
{ "name": "drewg13" } { "name": "drewg13" }