Version 10

This commit is contained in:
Megastruktur 2022-09-05 14:44:23 +03:00
parent fbdf270115
commit 2bda47eea6
2 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,6 @@
v.4.0
- Update to FoundryVTT v10 with migrations by @drewg13
v.3.19 v.3.19
- system.json updated to v3.19 - system.json updated to v3.19

View file

@ -2,16 +2,17 @@
"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.00", "version": "4.0",
"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/master/system.json", "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.00.zip", "download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/4.0.zip",
"authors": [ "authors": [
{ "name": "megastruktur" } { "name": "megastruktur" },
{ "name": "drewg13" }
], ],
"esmodules": [ "esmodules": [
"module/blades.js" "module/blades.js"
@ -157,5 +158,8 @@
"path": "./packs/entanglements-macro.db", "path": "./packs/entanglements-macro.db",
"type": "Macro" "type": "Macro"
} }
] ],
"name": "",
"minimumCoreVersion": "",
"author": ""
} }