From 90bb4eae3f97c0724cf3d9b3c2cd45a87af36660 Mon Sep 17 00:00:00 2001 From: Build Server Date: Mon, 5 Apr 2021 11:21:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Version=204.2.2+20210405.1318=20?= =?UTF-8?q?[tc-push]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- typings/Mission.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9278b1893d..ec3d7c50ca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.2.2+20210405.1203", + "version": "4.2.2+20210405.1318", "license": "CC-BY-NC-SA-4.0", "scripts": { "predev": "tsc -b scripts && node scripts predev", diff --git a/typings/Mission.d.ts b/typings/Mission.d.ts index 9da46de6f9..8d82cdc0d1 100644 --- a/typings/Mission.d.ts +++ b/typings/Mission.d.ts @@ -210,7 +210,7 @@ export interface Mission { id: number; name: string; place: string; - place_array: string[]; + place_array: string[]; average_credits?: number; generated_by: string; icons: string[3];