From 34131611f09b0ee0af082d85caf80b485a2bef42 Mon Sep 17 00:00:00 2001 From: akrigline Date: Fri, 11 Dec 2020 22:19:01 -0500 Subject: [PATCH] version bump v0.11.2 --- package.json | 2 +- src/module.json | 106 +++++++++++++++++++++++++----------------------- 2 files changed, 56 insertions(+), 52 deletions(-) diff --git a/package.json b/package.json index 3264a41..af8271a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/module.json b/src/module.json index 87923fe..c6376b7 100644 --- a/src/module.json +++ b/src/module.json @@ -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" +} \ No newline at end of file