Skip to content

Commit

Permalink
World Anvil 1.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaclayton committed Sep 24, 2021
1 parent 7f87589 commit e9c3710
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
26 changes: 18 additions & 8 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,31 @@
"name": "world-anvil",
"title": "World Anvil Integration",
"description": "<p>A module to integrate <a href=\"https://worldanvil.com\" title=\"World Anvil\" target=\"_blank\">World Anvil</a> with Foundry Virtual Tabletop.</p>",
"version": "1.0.3",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.7.8",
"author": "Atropos",
"packs": [],
"esmodules": ["wa.js"],
"styles": ["wa.css"],
"authors": [],
"url": "https://gitlab.com/foundrynet/world-anvil",
"version": "1.1.0",
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "9",
"scripts": [],
"esmodules": [
"wa.js"
],
"styles": [
"wa.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://gitlab.com/foundrynet/world-anvil",
"packs": [],
"system": [],
"dependencies": [],
"socket": false,
"manifest": "https://gitlab.com/foundrynet/world-anvil/-/raw/master/module.json",
"download": "https://gitlab.com/foundrynet/world-anvil/-/archive/release-1.0.3/world-anvil-release-1.0.3.zip"
"download": "https://gitlab.com/foundrynet/world-anvil/-/archive/release-1.1.0/world-anvil-release-1.1.0.zip",
"protected": false
}
4 changes: 3 additions & 1 deletion wa.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

button#world-anvil {
flex: 0 0 32px;
min-width: inherit;
}
button#world-anvil img {
position: relative;
top: 4px;
border: none;
height: 24px;
width: auto;
}
.wa-link {
padding: 1px 4px 1px 18px;
Expand Down

0 comments on commit e9c3710

Please sign in to comment.