From 533ddeaccf1089f02da2152a3df8002378d0d20b Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Thu, 17 Jun 2021 15:06:07 -0700 Subject: [PATCH] 0.4.3 --- CHANGELOG.md | 2 ++ system/system.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3d1ff68..d0872be2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## In progress +## 0.4.3 + - Restructure i18n files ([#37](https://github.com/ben/foundry-ironsworn/pull/37)) - Edit mode for assets ([#38](https://github.com/ben/foundry-ironsworn/pull/38)) - Visual tweaks ([#39](https://github.com/ben/foundry-ironsworn/pull/39)) diff --git a/system/system.json b/system/system.json index 1124e9b6d..6ce51f38b 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. Based entirely on the Simple Worldbuilding System for Foundry designed by Atropos.", - "version": "0.4.2", + "version": "0.4.3", "url": "https://github.com/ben/foundry-ironsworn", - "manifest": "https://github.com/ben/foundry-ironsworn/releases/download/0.4.2/system.json", - "download": "https://github.com/ben/foundry-ironsworn/releases/download/0.4.2/ironsworn.zip", + "manifest": "https://github.com/ben/foundry-ironsworn/releases/download/0.4.3/system.json", + "download": "https://github.com/ben/foundry-ironsworn/releases/download/0.4.3/ironsworn.zip", "minimumCoreVersion": "0.8.3", "compatibleCoreVersion": "0.8.6", "templateVersion": 2,