From 46aa089e6309ea3fadaa4ec435f52ab63eaf83de Mon Sep 17 00:00:00 2001 From: Alec Posney Date: Fri, 14 Jun 2024 06:41:33 +1000 Subject: [PATCH] Bump version --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 0d2f378..f6ad31c 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.17", + "version": "2.18", "authors": [{ "name": "KaKaRoTo" }, { "name": "Posnet" }], "scripts": ["./popout.js"], "styles": [], @@ -50,7 +50,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.17.zip", + "download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.18.zip", "bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/issues", "compatibility": { "minimum": "11",