From 7d9dd558f2be6866ecde7d7ffc94d40bb8a01be5 Mon Sep 17 00:00:00 2001 From: akrigline Date: Sun, 10 Oct 2021 13:55:14 -0400 Subject: [PATCH] version bump v0.13.0 --- package.json | 2 +- src/module.json | 142 ++++++++++++++++++++++++------------------------ 2 files changed, 71 insertions(+), 73 deletions(-) diff --git a/package.json b/package.json index d94b145..c74ca5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-5eOGLCharacterSheet", - "version": "0.12.1", + "version": "0.13.0", "description": "A Character Sheet for D&D 5e that resembles the OGL 5e Sheet", "scripts": { "publish": "gulp publish", diff --git a/src/module.json b/src/module.json index c6daea5..5e58083 100644 --- a/src/module.json +++ b/src/module.json @@ -1,74 +1,72 @@ { - "name": "5e-ogl-character-sheet", - "title": "D&D 5e OGL Character Sheet", - "description": "A character sheet resembling a classic Pencil and Paper or Roll20 sheet.", - "system": [ - "dnd5e" - ], - "version": "0.12.1", - "author": "Andrew Krigline (akrigline)", - "authors": [ - { - "name": "Andrew Krigline", - "discord": "Calego#0914", - "url": "https://github.com/ElfFriend-DnD", - "patreon": "https://www.patreon.com/ElfFriend_DnD" - } - ], - "dependencies": [ - { - "name": "character-actions-list-5e", - "type": "module", - "versionMin": "1.0.0", - "manifest": "https://github.com/ElfFriend-DnD/foundryvtt-dnd5eCharacterActions/releases/latest/download/module.json" - } - ], - "esmodules": [ - "foundryvtt-5eOGLCharacterSheet.js" - ], - "styles": [ - "foundryvtt-5eOGLCharacterSheet.css" - ], - "languages": [ - { - "lang": "en", - "name": "English", - "path": "lang/en.json" - } - ], - "media": [ - { - "type": "cover", - "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/cover-image.png" - }, - { - "type": "screenshot", - "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/main-top.png" - }, - { - "type": "screenshot", - "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/main-bottom.png" - }, - { - "type": "screenshot", - "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/spellbook.png" - }, - { - "type": "screenshot", - "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/biography.png" - } - ], - "minimumCoreVersion": "0.8.9", - "compatibleCoreVersion": "0.8.9", - "minimumSystemVersion": "1.4.0", - "bugs": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/issues", - "changelog": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases", - "download": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/download/v0.12.1/module.zip", - "manifest": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/latest/download/module.json", - "readme": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/README.md", - "url": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet", - "flags": { - "allowBugReporter": true - }, - "manifestPlusVersion": "1.0.0" + "name": "5e-ogl-character-sheet", + "title": "D&D 5e OGL Character Sheet", + "description": "A character sheet resembling a classic Pencil and Paper or Roll20 sheet.", + "system": ["dnd5e"], + "version": "0.13.0", + "author": "Andrew Krigline (akrigline)", + "authors": [ + { + "name": "Andrew Krigline", + "discord": "Calego#0914", + "url": "https://github.com/ElfFriend-DnD", + "patreon": "https://www.patreon.com/ElfFriend_DnD" + } + ], + "dependencies": [ + { + "name": "character-actions-list-5e", + "type": "module", + "versionMin": "1.0.0", + "manifest": "https://github.com/ElfFriend-DnD/foundryvtt-dnd5eCharacterActions/releases/latest/download/module.json" + } + ], + "esmodules": [ + "foundryvtt-5eOGLCharacterSheet.js" + ], + "styles": [ + "foundryvtt-5eOGLCharacterSheet.css" + ], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + } + ], + "media": [ + { + "type": "cover", + "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/cover-image.png" + }, + { + "type": "screenshot", + "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/main-top.png" + }, + { + "type": "screenshot", + "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/main-bottom.png" + }, + { + "type": "screenshot", + "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/spellbook.png" + }, + { + "type": "screenshot", + "link": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/readme-img/biography.png" + } + ], + "minimumCoreVersion": "0.8.9", + "compatibleCoreVersion": "0.8.9", + "minimumSystemVersion": "1.4.0", + "bugs": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/issues", + "changelog": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases", + "download": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/download/v0.13.0/module.zip", + "manifest": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/latest/download/module.json", + "readme": "https://raw.githubusercontent.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/master/README.md", + "url": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet", + "flags": { + "allowBugReporter": true + }, + "manifestPlusVersion": "1.0.0" } \ No newline at end of file