Skip to content

Commit cfd2e82

Browse files
committed
v11 compatibility
1 parent 9d38e66 commit cfd2e82

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

module.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"id": "popout",
3-
"name": "popout",
43
"title": "PopOut!",
54
"description": "<p>This module adds a PopOut! button to most actor sheets, journal entries, and applications.</p><p>The PopOut! button allows you to open a sheet/application/document into its own window, for easier viewing or for use with multiple monitors.</p>",
6-
"version": "2.13",
5+
"version": "2.14",
76
"author": "KaKaRoTo, Posnet",
87
"authors": [{ "name": "KaKaRoTo" }, { "name": "Posnet" }],
98
"scripts": ["./popout.js"],
@@ -48,13 +47,11 @@
4847
"readme": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout#readme",
4948
"url": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout",
5049
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/fvtt-module-popout/master/module.json",
51-
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.13.zip",
50+
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.14.zip",
5251
"bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/issues",
53-
"minimumCoreVersion": "0.9.0",
54-
"compatibleCoreVersion": "9",
5552
"compatibility": {
56-
"minimum": 9,
57-
"verified": "10.291",
58-
"maximum": "10"
53+
"minimum": "10",
54+
"verified": "11.302",
55+
"maximum": "11"
5956
}
6057
}

0 commit comments

Comments
 (0)