Skip to content

Commit

Permalink
📦 Version 4.2.2+20210405.1318 [tc-push]
Browse files Browse the repository at this point in the history
  • Loading branch information
LSS-Manager-Bot committed Apr 5, 2021
1 parent 37f7c4e commit 90bb4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typings/Mission.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 90bb4ea

Please sign in to comment.