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
- Update to FoundryVTT v10 with migrations by @drewg13
@ -164,4 +167,4 @@ v1.0
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",
"title": "Blades in the Dark",
"description": "Blades in the dark game system.",
"version": "4.0",
"version": "4.1",
"compatibility": {
"minimum": 10,
"verified": "10.284"
},
"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",
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/4.0.zip",
"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.1.zip",
"authors": [
{ "name": "megastruktur" },
{ "name": "drewg13" }