diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b11143a..2efe749 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. \ No newline at end of file +- Remove and Re-add ALL items, when the item is removed to implement logic. diff --git a/system.json b/system.json index 2153d73..74fa2a1 100644 --- a/system.json +++ b/system.json @@ -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" }