Skip to content

Commit

Permalink
version bump v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Dec 12, 2020
1 parent 8f64a90 commit 3413161
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 52 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "foundryvtt-compactBeyond5eSheet",
"version": "0.11.1",
"version": "0.11.2",
"description": "A compact character sheet with similar layout to dndbeyond's.",
"scripts": {
"publish": "gulp publish",
Expand Down
106 changes: 55 additions & 51 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,56 @@
{
"name": "compact-beyond-5e-sheet",
"title": "Compact DnDBeyond 5e Character Sheet",
"description": "A compact 5e character sheet with similar layout and functionality to dndbeyond's.",
"systems": ["dnd5e"],
"version": "0.11.1",
"author": "Andrew Krigline (akrigline)",
"esmodules": ["foundryvtt-compactBeyond5eSheet.js"],
"styles": ["foundryvtt-compactBeyond5eSheet.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "cover",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/cover-image.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/main-view.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/inventory.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/spellbook.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/features.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/biography.png"
}
],
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.8",
"minimumSystemVersion": 0.99,
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/download/v0.11.1/module.zip",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/latest/download/module.json",
"readme": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/README.md",
"url": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet"
}
"name": "compact-beyond-5e-sheet",
"title": "Compact DnDBeyond 5e Character Sheet",
"description": "A compact 5e character sheet with similar layout and functionality to dndbeyond's.",
"systems": ["dnd5e"],
"version": "0.11.2",
"author": "Andrew Krigline (akrigline)",
"esmodules": [
"foundryvtt-compactBeyond5eSheet.js"
],
"styles": [
"foundryvtt-compactBeyond5eSheet.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"media": [
{
"type": "cover",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/cover-image.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/main-view.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/inventory.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/spellbook.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/features.png"
},
{
"type": "screenshot",
"link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/readme-img/biography.png"
}
],
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.8",
"minimumSystemVersion": 0.99,
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/download/v0.11.2/module.zip",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/releases/latest/download/module.json",
"readme": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/master/README.md",
"url": "https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet"
}

0 comments on commit 3413161

Please sign in to comment.