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"