From 520fe2a659cfc636728f8453fea3cdb840c7676e Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Tue, 23 Jul 2024 07:40:15 -0700 Subject: [PATCH] Update version to 0.3.5 --- registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registration.js b/registration.js index c5e7daa..f2d348e 100644 --- a/registration.js +++ b/registration.js @@ -5,7 +5,7 @@ Hooks */ "use strict"; -const VERSION = "0.3.4"; +const VERSION = "0.3.5"; // Foundry utils import { registerFoundryUtilsMethods } from "./util.js";