From 409cc131ce9fbb38a169d28a6db24165b039ccc0 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Sat, 9 Aug 2025 19:30:27 -0400 Subject: [PATCH] There's two places I have to update version number --- system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index e2de476..0f69f83 100755 --- a/system.json +++ b/system.json @@ -19,10 +19,10 @@ "thumbnail": "systems/wanderhome/assets/anvil-impact.png" } ], - "version": "2.0.0", + "version": "0.0.5", "compatibility": { "minimum": 11, - "verified": "11.315" + "verified": "13" }, "esmodules": ["module/wanderhome.mjs"], "styles": ["css/wanderhome.css"],