Skip to content

Commit

Permalink
v11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Posnet committed Jun 19, 2023
1 parent 9d38e66 commit cfd2e82
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"id": "popout",
"name": "popout",
"title": "PopOut!",
"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>",
"version": "2.13",
"version": "2.14",
"author": "KaKaRoTo, Posnet",
"authors": [{ "name": "KaKaRoTo" }, { "name": "Posnet" }],
"scripts": ["./popout.js"],
Expand Down Expand Up @@ -48,13 +47,11 @@
"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.13.zip",
"download": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/archive/v2.14.zip",
"bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-popout/issues",
"minimumCoreVersion": "0.9.0",
"compatibleCoreVersion": "9",
"compatibility": {
"minimum": 9,
"verified": "10.291",
"maximum": "10"
"minimum": "10",
"verified": "11.302",
"maximum": "11"
}
}

0 comments on commit cfd2e82

Please sign in to comment.