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,