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) { static getWhisperRecipientsAndGMs(name) {
return ChatMessage.getWhisperRecipients(name) let recep1 = ChatMessage.getWhisperRecipients(name) || [];
.concat(ChatMessage.getWhisperRecipients('GM')); return recep1.concat(ChatMessage.getWhisperRecipients('GM'));
} }
/* -------------------------------------------- */ /* -------------------------------------------- */

View File

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