diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6e789b1..83b7ed568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next Release +## 1.19.1 + - Clicking the "roll" icon on an Ironsworn character's bonds track now uses the new rolling dialog ([#530](https://github.com/ben/foundry-ironsworn/pull/530)) - Under the hood: correct console warnings about using `thing.data`, instead using `thing.system` and other v10-friendly methods. diff --git a/system/system.json b/system/system.json index 31a0b4ab1..188704ab4 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.19.0", + "version": "1.19.1", "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.19.0/ironsworn.zip", + "download": "https://github.com/ben/foundry-ironsworn/releases/download/1.19.1/ironsworn.zip", "compatibility": { "minimum": 10, "verified": 10