Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Oct 22, 2020
1 parent c3c4b77 commit 634cd95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.12 (2020-10-21)
## Bug Fixes
* **General**: Fix a bug where some parts of the system tried to load too soon and failed fatally.

# 0.1.11 (2020-10-21)
* **Foundry Core Support**: This update moves the supported Foundry core version to the 0.7 series.

Expand Down
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-lancer",
"version": "0.1.11",
"version": "0.1.12",
"description": "",
"scripts": {
"package": "gulp package",
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions src/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lancer",
"title": "LANCER",
"description": "A Foundry VTT game system for <a href=\"https://massif-press.itch.io/corebook-pdf\">Lancer</a> by <a href=\"https://massif-press.itch.io/\">Massif Press</a>, a mud-and-lasers tactical mech RPG.",
"version": "0.1.11",
"version": "0.1.12",
"minimumCoreVersion": "0.7.0",
"compatibleCoreVersion": "0.7.5",
"author": "Eranziel",
Expand All @@ -22,7 +22,7 @@
"secondaryTokenAttribute": "mech.heat",
"url": "https://github.com/Eranziel/foundryvtt-lancer",
"manifest": "https://raw.githubusercontent.com/Eranziel/foundryvtt-lancer/master/src/system.json",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.11/package/lancer-v0.1.11.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.12/package/lancer-v0.1.12.zip",
"license": "GNU GPLv3",
"readme": "https://github.com/Eranziel/foundryvtt-lancer/blob/master/README.md",
"bugs": "https://github.com/Eranziel/foundryvtt-lancer/issues/new/choose",
Expand Down

0 comments on commit 634cd95

Please sign in to comment.