Skip to content

Commit

Permalink
version bump v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Nov 7, 2020
1 parent a7f84fd commit a861367
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 39 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.4.2",
"version": "0.5.0",
"description": "A Character Sheet for D&D 5e that resembles the OGL 5e Sheet",
"scripts": {
"publish": "gulp publish",
Expand Down
80 changes: 42 additions & 38 deletions src/module.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,43 @@
{
"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.4.2",
"author": "Andrew Krigline (akrigline)",
"authors": [
{
"name": "Andrew Krigline",
"url": "https://github.com/ElfFriend-DnD"
}
],
"esmodules": ["foundryvtt-5eOGLCharacterSheet.js"],
"styles": ["foundryvtt-5eOGLCharacterSheet.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"dependencies": [
{
"name": "dnd5e",
"type": "system",
"version": 0.99
}
],
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.6",
"minimumSystemVersion": 0.99,
"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.4.2/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"
}
"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.5.0",
"author": "Andrew Krigline (akrigline)",
"authors": [
{
"name": "Andrew Krigline",
"url": "https://github.com/ElfFriend-DnD"
}
],
"esmodules": [
"foundryvtt-5eOGLCharacterSheet.js"
],
"styles": [
"foundryvtt-5eOGLCharacterSheet.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"dependencies": [
{
"name": "dnd5e",
"type": "system",
"version": 0.99
}
],
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.6",
"minimumSystemVersion": 0.99,
"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.5.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"
}

0 comments on commit a861367

Please sign in to comment.