From df1117262875586a865db448d52c29bcdb0e38ff Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 17 Jan 2020 22:48:11 -0800 Subject: [PATCH] System compatibility for core 0.4.4 --- system.json | 4 ++-- templates/actor-sheet.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system.json b/system.json index 7da20fd..f50d1f6 100644 --- a/system.json +++ b/system.json @@ -2,8 +2,8 @@ "name": "worldbuilding", "title": "Simple World-Building", "description": "A minimalist game system with very simple Actor and Item models to support free-form system agnostic gameplay.", - "version": 0.3, - "minimumCoreVersion": "0.4.0", + "version": 0.31, + "minimumCoreVersion": "0.4.4", "templateVersion": 2, "author": "Atropos", "esmodules": ["module/simple.js"], diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index c98b817..0d8d659 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -37,7 +37,7 @@
    {{#each actor.items as |item id|}} -
  1. +
  2. {{item.name}}