Skip to content

Commit

Permalink
version bump v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akrigline committed Aug 1, 2021
1 parent 7cd1f97 commit 9b89255
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.12.0",
"version": "0.12.1",
"description": "A Character Sheet for D&D 5e that resembles the OGL 5e Sheet",
"scripts": {
"publish": "gulp publish",
Expand Down
12 changes: 7 additions & 5 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.12.0",
"version": "0.12.1",
"author": "Andrew Krigline (akrigline)",
"authors": [
{
Expand Down Expand Up @@ -57,14 +57,16 @@
}
],
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.5",
"minimumSystemVersion": "1.3.0",
"compatibleCoreVersion": "0.8.8",
"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.0/module.zip",
"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",
"allowBugReporter": true,
"flags": {
"allowBugReporter": true
},
"manifestPlusVersion": "1.0.0"
}

0 comments on commit 9b89255

Please sign in to comment.