Upgrade version /release

This commit is contained in:
sladecraven 2021-09-30 21:03:43 +02:00
parent 79da5a4ebc
commit 3ceeb4d6dd
2 changed files with 6 additions and 6 deletions

View File

@ -92,8 +92,8 @@ export class ChatUtility {
/* -------------------------------------------- */
static getWhisperRecipientsAndGMs(name) {
return ChatMessage.getWhisperRecipients(name)
.concat(ChatMessage.getWhisperRecipients('GM'));
let recep1 = ChatMessage.getWhisperRecipients(name) || [];
return recep1.concat(ChatMessage.getWhisperRecipients('GM'));
}
/* -------------------------------------------- */

View File

@ -2,10 +2,10 @@
"name": "foundryvtt-reve-de-dragon",
"title": "Rêve de Dragon",
"description": "Rêve de Dragon RPG for FoundryVTT",
"version": "1.5.3",
"version": "1.5.4",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.99",
"compatibleCoreVersion": "0.8.9",
"templateVersion": 116,
"author": "LeRatierBretonnien",
"authors": [
@ -330,7 +330,7 @@
"secondaryTokenAttribute": "sante.endurance",
"socket": true,
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/raw/v1.4/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/-/archive/v1.4/foundryvtt-reve-de-dragon-master.zip",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/raw/v1.5/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/-/archive/v1.5/foundryvtt-reve-de-dragon-master.zip",
"license": "LICENSE.txt"
}