From efd3baeeebe96b4e86504c80c49b5346780568fb Mon Sep 17 00:00:00 2001 From: Abigail Hyde Date: Fri, 28 Jun 2024 12:54:23 -1000 Subject: [PATCH] Updated maximum FVTT version to 12 --- package.json | 2 +- public/module.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 202ab70..9e42d65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "avqol", - "version": "11.1.0", + "version": "12.0.0", "private": true, "type": "module", "scripts": { diff --git a/public/module.json b/public/module.json index daf99f7..40dd86d 100644 --- a/public/module.json +++ b/public/module.json @@ -1,10 +1,10 @@ { "id": "avqol", - "version": "11.1.0", + "version": "12.0.0", "compatibility": { "minimum": "11", "verified": "11", - "maximum": "11" + "maximum": "12" }, "authors": [ { @@ -29,8 +29,8 @@ "avqol.css" ], "url": "https://github.com/patrickporto/avqol", - "manifest": "https://github.com/patrickporto/avqol/releases/download/11.1.0/module.json", - "download": "https://github.com/patrickporto/avqol/releases/download/11.1.0/avqol.zip", + "manifest": "https://github.com/patrickporto/avqol/releases/download/12.0.0/module.json", + "download": "https://github.com/patrickporto/avqol/releases/download/12.0.0/avqol.zip", "readme": "https://github.com/patrickporto/avqol/blob/main/README.md", "changelog": "https://github.com/patrickporto/avqol/releases", "bugs": "https://github.com/patrickporto/avqol/issues"