From adad0e1cc5eab5c2d43b12c3745488dd86d22e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Guillois?= Date: Tue, 30 May 2023 15:51:22 +0200 Subject: [PATCH] v0.0.5 --- CHANGELOG.md | 4 ++++ system.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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"],