From 3b8461e3a4a51d7c2f0d81ba929f5b3aadd468e0 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Wed, 30 Jun 2021 17:58:14 -0700 Subject: [PATCH] 0.4.8 --- CHANGELOG.md | 2 ++ system/system.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28f84639..d05f4fc8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## In progress +## 0.4.8 + - Add a shared sheet ([#55](https://github.com/ben/foundry-ironsworn/pull/55)) ## 0.4.7 diff --git a/system/system.json b/system/system.json index 91a052661..715580c91 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.7", + "version": "0.4.8", "url": "https://github.com/ben/foundry-ironsworn", - "manifest": "https://github.com/ben/foundry-ironsworn/releases/download/0.4.7/system.json", - "download": "https://github.com/ben/foundry-ironsworn/releases/download/0.4.7/ironsworn.zip", + "manifest": "https://github.com/ben/foundry-ironsworn/releases/download/0.4.8/system.json", + "download": "https://github.com/ben/foundry-ironsworn/releases/download/0.4.8/ironsworn.zip", "minimumCoreVersion": "0.8.3", "compatibleCoreVersion": "0.8.8", "templateVersion": 2,