From bf81bac2c0ff4420d206211c0feacafbd4eb1985 Mon Sep 17 00:00:00 2001 From: Eranziel Date: Sun, 4 Aug 2024 21:50:50 -0600 Subject: [PATCH] v2.2.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- public/system.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1609eb..ad58b8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.2.3 (2024-08-04) + +## Bug Fixes + +- Fix overflowing text with a single target in the attack HUD. + # 2.2.2 (2024-08-04) ## Bug Fixes diff --git a/package.json b/package.json index 511eaa3c..a5afacd5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "foundryvtt-lancer", - "version": "2.2.2", + "version": "2.2.3", "description": "", "sideEffects": [ "src/lancer.scss", diff --git a/public/system.json b/public/system.json index 32adaf88..0405b5a0 100644 --- a/public/system.json +++ b/public/system.json @@ -3,7 +3,7 @@ "name": "lancer", "title": "LANCER", "description": "

A Foundry VTT game system for Lancer by Massif Press, a mud-and-lasers tactical mech RPG.

\"Lancer for FoundryVTT\" is not an official Lancer product; it is a third party work, and is not affiliated with Massif Press. \"Lancer for FoundryVTT\" is published via the Lancer Third Party License.

Lancer is copyright Massif Press.

", - "version": "2.2.2", + "version": "2.2.3", "minimumCoreVersion": "11", "compatibility": { "minimum": 11, @@ -59,7 +59,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/v2.2.2/lancer-v2.2.2.zip", + "download": "https://github.com/Eranziel/foundryvtt-lancer/releases/download/v2.2.3/lancer-v2.2.3.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",