From 27ec2319d81c0a7587db6a9367b27b2d67e49f41 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Thu, 27 Jun 2024 14:33:56 -0500 Subject: [PATCH] fix foundry version compatibility --- src/module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module.json b/src/module.json index d2def5a..226beed 100644 --- a/src/module.json +++ b/src/module.json @@ -4,7 +4,7 @@ "description": "A olde timey newspaper sheet theme", "version": "0.1.0", "compatibility": { - "minimum": "12", + "minimum": "11", "verified": "12" }, "authors": [ { @@ -21,5 +21,5 @@ "requires": [ ]}, "manifest":"https://gitea.ascorrea.com/asc/asc-newspaper-style-journal/releases/download/latest/module.json", - "download":"https://gitea.ascorrea.com/asc/asc-newspaper-style-journal/releases/download/0.1.2/module.zip" + "download":"https://gitea.ascorrea.com/asc/asc-newspaper-style-journal/releases/download/0.1.3/module.zip" } \ No newline at end of file