Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eranziel committed Feb 12, 2023
1 parent cc50851 commit 74ca7d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.5.1 (2023-02-12)
## Bug Fixes
* #521 - Fix chat button macro for reserves.
* #522 - "Resources" was listed twice in reserve type selector.
* Fix bug in Scan (Journal) compendium macro which caused it to fail if the token actor name had been modified.

# 1.5.0 (2023-02-11)
## Features
* #268 - Add Reserves to Pilot sheets! Thanks to dodgepong for a lot of the heavy lifting on this one!
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": "1.5.0",
"version": "1.5.1",
"description": "",
"sideEffects": [
"src/lancer.scss",
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions public/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "lancer",
"title": "LANCER",
"description": "<p>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.</p><p>\"Lancer for FoundryVTT\" is not an official <i>Lancer</i> product; it is a third party work, and is not affiliated with Massif Press. \"Lancer for FoundryVTT\" is published via the <i>Lancer</i> Third Party License.</p><p><i>Lancer</i> is copyright Massif Press.</p>",
"version": "1.5.0",
"version": "1.5.1",
"minimumCoreVersion": "10",
"compatibility": {
"minimum": 10,
Expand Down Expand Up @@ -57,7 +57,7 @@
"secondaryTokenAttribute": "",
"url": "https://github.com/Eranziel/foundryvtt-lancer",
"manifest": "https://github.com/Eranziel/foundryvtt-lancer/releases/latest/download/system.json",
"download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v1.5.0/lancer-v1.5.0.zip",
"download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v1.5.1/lancer-v1.5.1.zip",
"license": "GNU GPLv3",
"readme": "https://github.com/Eranziel/foundryvtt-lancer/blob/beta-release/README.md",
"bugs": "https://github.com/Eranziel/foundryvtt-lancer/issues/new/choose",
Expand Down

0 comments on commit 74ca7d0

Please sign in to comment.