Skip to content

Commit

Permalink
version bump v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Oct 21, 2020
1 parent a06387d commit 0f8c773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0",
"version": "0.4.1",
"description": "A Character Sheet for D&D 5e that resembles the OGL 5e Sheet",
"scripts": {
"publish": "gulp publish",
Expand Down
6 changes: 3 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "D&D 5e OGL Character Sheet",
"description": "A character sheet resembling a classic Pencil and Paper or Roll20 sheet.",
"systems": ["dnd5e"],
"version": "0.4.0",
"version": "0.4.1",
"author": "Andrew Krigline (akrigline)",
"authors": [
{
Expand All @@ -25,10 +25,10 @@
}
],
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.7.3",
"compatibleCoreVersion": "0.7.5",
"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.0/module.zip",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-5eOGLCharacterSheet/releases/download/v0.4.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"
Expand Down

0 comments on commit 0f8c773

Please sign in to comment.