From ae8fb2f57f0af5fc803f0f5cf97758c9a51cfbe4 Mon Sep 17 00:00:00 2001 From: DC23 <jugglindan@gmail.com> Date: Tue, 19 Nov 2024 20:46:12 +1100 Subject: [PATCH] Change minimum version to Foundry v12. Since I added the UI with ApplicationV2 classes, I broke backwards compatibility with v11. Fixes #131 --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index fdc8686..de6cb1f 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "title": "Easy Timekeeping", "version": "v0.6.6", "compatibility": { - "minimum": "11", + "minimum": "12", "verified": "12" }, "description": "Easy Timekeeping implements simple timekeeping without any fuss or complicated features.",