Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Jul 30, 2020
1 parent 034962d commit 0dbb440
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.1.2 (2020-07-29)
## Bug Fixes
* **General:** Fix a bug which could cause Item data to be lost during version migration or duplication.
* **NPC Sheet:** Editing the name field now renames the Actor and prototype token, closes #55.

# 0.1.1 (2020-07-26)
## Bug Fixes
* **Macros:** Add "Cancel" button to accuracy prompt. Clicking cancel or closing the prompt will abort the roll. Closes #45.
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.1",
"version": "0.1.2",
"description": "",
"scripts": {
"package": "gulp package",
Expand Down
Binary file added package/lancer-v0.1.2.zip
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.1",
"version": "0.1.2",
"minimumCoreVersion": "0.5.7",
"compatibleCoreVersion": "0.6.5",
"author": "Eranziel",
Expand Down Expand Up @@ -119,7 +119,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.1/package/lancer-v0.1.1.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.2/package/lancer-v0.1.2.zip",
"license": "GNU GPLv3",
"readme": "",
"bugs": "",
Expand Down

0 comments on commit 0dbb440

Please sign in to comment.