Merge tag '4.1' into development
Version 4.1
This commit is contained in:
commit
16aaf2037b
2 changed files with 7 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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" }
|
||||
|
|
Reference in a new issue