diff --git a/CHANGELOG.md b/CHANGELOG.md index 3659fc3..99109a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG + +## 0.0.5 +- design de la feuille de personnage + ## 0.0.4 - dialog box pour lancer les dés diff --git a/system.json b/system.json index c4c7c31..5f79e10 100644 --- a/system.json +++ b/system.json @@ -2,14 +2,14 @@ "id": "totem", "title": "Totem", "description": "The Totem system for FoundryVTT!", - "version": "0.0.4", + "version": "0.0.5", "compatibility": { "minimum": 10, "verified": "10.287", "maximum": 10 }, "authors": [{ - "name": "Asacolips" + "name": "François-Xavier Guillois" }], "esmodules": ["module/totem.mjs"], "styles": ["css/style.css", "css/totem.css"],