Skip to content

Commit

Permalink
version bump v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Mar 2, 2021
1 parent c6dcba2 commit eda0656
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 70 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-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",
Expand Down
136 changes: 67 additions & 69 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit eda0656

Please sign in to comment.