From 982b569de1a7bb7512f020703956db10b4477ae0 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Wed, 24 Aug 2022 07:47:24 -0700 Subject: [PATCH] 1.17.0 --- CHANGELOG.md | 2 ++ system/system.json | 12 ++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 661c76d95..3c9dce15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next Release +## 1.17.0 + - Add a new dice-rolling engine, and upgrade the move/stat/track/progress rolling dialogs ([#422](https://github.com/ben/foundry-ironsworn/pull/422)) - Fix the die-roll backgrounds in the SF theme - Don't open editors for non-editable items when clicking a move link and no character move sheet is open. diff --git a/system/system.json b/system/system.json index dead420b8..15a0badba 100644 --- a/system/system.json +++ b/system/system.json @@ -4,10 +4,10 @@ "title": "Ironsworn & Starforged", "description": "An implementation of the Ironsworn and Starforged systems, by Shawn Tomkins.", "license": "LICENSE.txt", - "version": "1.16.9", + "version": "1.17.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.16.9/ironsworn.zip", + "download": "https://github.com/ben/foundry-ironsworn/releases/download/1.17.0/ironsworn.zip", "minimumCoreVersion": "9", "compatibleCoreVersion": "10", "compatibility": { @@ -52,8 +52,12 @@ "caption": "Ironsworn & Starforged" } ], - "esmodules": ["ironsworn.js"], - "styles": ["ironsworn.css"], + "esmodules": [ + "ironsworn.js" + ], + "styles": [ + "ironsworn.css" + ], "dependencies": [], "relationships": { "requires": []