Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Oct 12, 2020
1 parent 7f624ba commit 4a19af0
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.10 (2020-10-11)
## Bug Fixes
* **Pilot Sheet**: Fix bug preventing superheavy weapons from being added to mounts. Closes #88.

# 0.1.9 (2020-10-11)
## Features
* **Pilot Sheet**: Added macros for sending Talents and Mech Systems to chat. Starts #10.
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.9",
"version": "0.1.10",
"description": "",
"scripts": {
"package": "gulp package",
Expand Down
Binary file added package/lancer-v0.1.10.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.9",
"version": "0.1.10",
"minimumCoreVersion": "0.5.7",
"compatibleCoreVersion": "0.6.6",
"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.9/package/lancer-v0.1.9.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/raw/v0.1.10/package/lancer-v0.1.10.zip",
"license": "GNU GPLv3",
"readme": "",
"bugs": "",
Expand Down

0 comments on commit 4a19af0

Please sign in to comment.