From 7dadbe1f10e837559a98c33c2b4f42189f1eb027 Mon Sep 17 00:00:00 2001 From: Joshua Nicholson Date: Fri, 31 May 2024 17:07:37 -0600 Subject: [PATCH] Update module.json Updated information to 2.1.0 for Foundry v12 release --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index e50fd80..51c03dc 100644 --- a/module.json +++ b/module.json @@ -16,15 +16,15 @@ ], "url": "https://github.com/lefteous/loaded-dice-roll", "manifest": "https://raw.githubusercontent.com/lefteous/loaded-dice-roll/main/module.json", - "download": "https://github.com/Lefteous/loaded-dice-roll/archive/v2.0.1.zip", + "download": "https://github.com/Lefteous/loaded-dice-roll/archive/v2.1.0.zip", "bugs": "https://github.com/Lefteous/loaded-dice-roll/issues", "flags": { "allowBugReporter": true }, - "version": "2.0.1", + "version": "2.1.0", "compatibility": { "minimum": "11.0", - "verified": "11.315", + "verified": "11.325", "maximum": "12" }, "esmodules": ["js/module.js"],