From 829ae51f04d5e4ed09efec6d6bb4f69f6fde4c9a Mon Sep 17 00:00:00 2001 From: Alec Posney Date: Thu, 15 Feb 2024 02:04:17 +1100 Subject: [PATCH] Release version 2.15 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index d87ae81..16e0aff 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "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.14", + "version": "2.15", "author": "KaKaRoTo, Posnet", "authors": [{ "name": "KaKaRoTo" }, { "name": "Posnet" }], "scripts": ["./popout.js"], @@ -47,7 +47,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.14.zip", + "download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.15.zip", "bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/issues", "compatibility": { "minimum": "10",