From 2d1f9bba2d7d129ff6d4a120128dfb7b1c024dd3 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Tue, 27 Jul 2021 05:52:27 -0700 Subject: [PATCH] 1.3.4 --- CHANGELOG.md | 2 ++ system/system.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b75d2245..7295b3484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## In progress +## 1.3.4 + ## 1.3.3 ## 1.3.2 diff --git a/system/system.json b/system/system.json index d5ecece4e..52560d7cc 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.3.3", + "version": "1.3.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.3.3/ironsworn.zip", + "download": "https://github.com/ben/foundry-ironsworn/releases/download/1.3.4/ironsworn.zip", "minimumCoreVersion": "0.8.3", "compatibleCoreVersion": "0.8.8", "templateVersion": 2,