diff --git a/package.json b/package.json index a291f23..b0d2a60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-5eOGLCharacterSheet", - "version": "0.7.3", + "version": "0.8.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 b88f2e0..ced9067 100644 --- a/src/module.json +++ b/src/module.json @@ -1,71 +1,69 @@ { - "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.", - "systems": [ - "dnd5e" - ], - "version": "0.7.3", - "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.7.9", - "compatibleCoreVersion": "0.7.9", - "minimumSystemVersion": "1.2.1", - "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.7.3/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", - "allowBugReporter": true + "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.", + "systems": ["dnd5e"], + "version": "0.8.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.7.9", + "compatibleCoreVersion": "0.7.9", + "minimumSystemVersion": "1.2.1", + "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.8.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", + "allowBugReporter": true } \ No newline at end of file