From 94fcb42fc8a605e75cb9a0214224df0897ff00e6 Mon Sep 17 00:00:00 2001 From: Dorako Date: Mon, 2 Jan 2023 13:41:53 +0100 Subject: [PATCH] update manifest --- module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 782ca2a..c8029b9 100644 --- a/module.json +++ b/module.json @@ -12,7 +12,7 @@ "flags": {} } ], - "version": "1.9.0", + "version": "1.9.1", "compatibility": { "minimum": "10", "verified": "10" @@ -24,7 +24,7 @@ "type": "system", "compatibility": { "minimum": "4.0.0", - "verified": "4.5.1" + "verified": "4.6.1" } } ] @@ -59,6 +59,6 @@ ], "styles": ["styles/fonts.css"], "scripts": ["scripts/dorako-ui.js"], - "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.9.0.zip", + "download": "https://github.com/Dorako/pf2e-dorako-ui/archive/refs/tags/v1.9.1.zip", "manifest": "https://github.com/Dorako/pf2e-dorako-ui/releases/latest/download/module.json" }