Skip to content

Commit 6cc3e7c

Browse files
authored
πŸ”€ Merge pull request #96 from AssistantNMS/develop
πŸ”– 0.50.0
2 parents bffcc62 + ff8ee4d commit 6cc3e7c

166 files changed

Lines changed: 18881 additions & 3165 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nms-web-app",
3-
"version": "0.49.0",
3+
"version": "0.50.0",
44
"private": true,
55
"scripts": {
66
"start": "env-cmd --file ./.env.development react-scripts start",

β€Žpublic/assets/config.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"assistantAppsUrl": "https://api.assistantapps.com",
77
"assistantAppsImgRoot": "https://webcomp.assistantapps.com",
88
"assistantAppsAppGuid": "4f66c40e-07d7-4fba-973c-c514bf1e57c6",
9-
"currentWhatIsNewGuid": "1ae3a102-4b2a-4f1c-a4dc-9665d3ff2778",
9+
"currentWhatIsNewGuid": "0f8488d3-1b0b-409d-9479-2c9462609085",
1010
"googleClientId": "539483681905-d4ak563l825o8i0b47inn1c7gu30abvs.apps.googleusercontent.com"
1111
}

β€Žpublic/assets/config.production.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"assistantAppsUrl": "https://api.assistantapps.com",
77
"assistantAppsImgRoot": "https://webcomp.assistantapps.com",
88
"assistantAppsAppGuid": "589405b4-e40f-4cd9-b793-6bf37944ee09",
9-
"currentWhatIsNewGuid": "1ae3a102-4b2a-4f1c-a4dc-9665d3ff2778",
9+
"currentWhatIsNewGuid": "0f8488d3-1b0b-409d-9479-2c9462609085",
1010
"googleClientId": "539483681905-cg6d6d3m29kdepmv73efcehr2dia7cfq.apps.googleusercontent.com"
1111
}

β€Žpublic/assets/config.staging.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"assistantAppsUrl": "https://api.assistantapps.com",
77
"assistantAppsImgRoot": "https://webcomp.assistantapps.com",
88
"assistantAppsAppGuid": "589405b4-e40f-4cd9-b793-6bf37944ee09",
9-
"currentWhatIsNewGuid": "1ae3a102-4b2a-4f1c-a4dc-9665d3ff2778",
9+
"currentWhatIsNewGuid": "0f8488d3-1b0b-409d-9479-2c9462609085",
1010
"googleClientId": "539483681905-d4ak563l825o8i0b47inn1c7gu30abvs.apps.googleusercontent.com"
1111
}

β€Žpublic/assets/data/alphabetTranslations.jsonβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,5 +306,17 @@
306306
{
307307
"AppId": "build1178",
308308
"Text": "Relics"
309+
},
310+
{
311+
"AppId": "build1188",
312+
"Text": "Big time"
313+
},
314+
{
315+
"AppId": "build1189",
316+
"Text": "975"
317+
},
318+
{
319+
"AppId": "build1190",
320+
"Text": "Big big"
309321
}
310322
]

0 commit comments

Comments
Β (0)