From b82323ff750adab80b393df7e27522f3a4d13ffe Mon Sep 17 00:00:00 2001 From: Alec Posney Date: Sat, 26 Nov 2022 13:18:58 +1100 Subject: [PATCH] v2.10 release --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 0d48ca6..a19cf03 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "popout", "title": "PopOut!", "description": "

This module adds a PopOut! button to most actor sheets, journal entries, and applications.

The PopOut! button allows you to open a sheet/application/document into its own window, for easier viewing or for use with multiple monitors.

", - "version": "2.9", + "version": "2.10", "author": "KaKaRoTo, Posnet", "authors": [{ "name": "KaKaRoTo" }, { "name": "Posnet" }], "scripts": ["./popout.js"], @@ -48,7 +48,7 @@ "readme": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout#readme", "url": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout", "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/fvtt-module-popout/master/module.json", - "download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.9.zip", + "download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.10.zip", "bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/issues", "minimumCoreVersion": "0.9.0", "compatibleCoreVersion": "9",