From a9d0167ebe96ac430a1c70ef72311017b55729a9 Mon Sep 17 00:00:00 2001 From: cosmo Date: Mon, 13 Apr 2026 22:03:05 +0200 Subject: [PATCH] bump module version to 1.1.0 and update compatibility requirements --- module.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index 36c4bc2..301fa6e 100644 --- a/module.json +++ b/module.json @@ -4,11 +4,11 @@ "description": "Adds a browser to easily find and copy Active Effect data paths in Daggerheart.", "url": "https://git.geeks.gay/cosmo/dh-path-browser", "manifest": "https://git.geeks.gay/cosmo/dh-path-browser/raw/branch/main/module.json", - "download": "https://git.geeks.gay/cosmo/dh-path-browser/releases/download/1.0.0/dh-path-browser.zip", - "version": "1.0.0", + "download": "https://git.geeks.gay/cosmo/dh-path-browser/releases/download/1.1.0/dh-path-browser.zip", + "version": "1.1.0", "compatibility": { "minimum": "13", - "verified": "13" + "verified": "14" }, "authors": [ { @@ -31,7 +31,7 @@ "id": "daggerheart", "type": "system", "compatibility": { - "minimum": "1.9.4" + "minimum": "1.9.9" } } ]