diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a862a91..156fe1607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next Release +## 1.19.0 + - Ironsworn & Starforged now requires Foundry v10 - Asset sheets: abilities can be toggled by clicking their bullets ([#532](https://github.com/ben/foundry-ironsworn/pull/532)) diff --git a/system/system.json b/system/system.json index 6b389d207..31a0b4ab1 100644 --- a/system/system.json +++ b/system/system.json @@ -3,10 +3,10 @@ "title": "Ironsworn & Starforged", "description": "An implementation of the Ironsworn and Starforged systems, by Shawn Tomkin.", "license": "LICENSE.txt", - "version": "1.18.16", + "version": "1.19.0", "url": "https://github.com/ben/foundry-ironsworn", "manifest": "https://github.com/ben/foundry-ironsworn/releases/latest/download/system.json", - "download": "https://github.com/ben/foundry-ironsworn/releases/download/1.18.16/ironsworn.zip", + "download": "https://github.com/ben/foundry-ironsworn/releases/download/1.19.0/ironsworn.zip", "compatibility": { "minimum": 10, "verified": 10 @@ -59,8 +59,12 @@ "caption": "Ironsworn & Starforged" } ], - "esmodules": ["ironsworn.js"], - "styles": ["ironsworn.css"], + "esmodules": [ + "ironsworn.js" + ], + "styles": [ + "ironsworn.css" + ], "dependencies": [], "relationships": { "requires": []