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,