From 53a6e98ec0bfdc63a9d92d55ae643eaade2d03cf Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Thu, 21 Oct 2021 06:25:14 -0700 Subject: [PATCH] 1.7.4 --- CHANGELOG.md | 2 ++ system/system.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568868e7d..7cc55c73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## In progress +## 1.7.4 + - Mark the system as commpatible with Foundry v9 ([#156](https://github.com/ben/foundry-ironsworn/pull/156)) ## 1.7.3 diff --git a/system/system.json b/system/system.json index 8cb7de3e8..11fe5c6d8 100644 --- a/system/system.json +++ b/system/system.json @@ -2,10 +2,10 @@ "name": "foundry-ironsworn", "title": "Ironsworn", "description": "An implementation of the Ironsworn system, by Shawn Tomkins.", - "version": "1.7.3", + "version": "1.7.4", "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.7.3/ironsworn.zip", + "download": "https://github.com/ben/foundry-ironsworn/releases/download/1.7.4/ironsworn.zip", "minimumCoreVersion": "0.8.3", "compatibleCoreVersion": "9", "templateVersion": 2,