Skip to content

Commit

Permalink
🔖 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Sep 19, 2023
1 parent 0ece702 commit 6b9ed92
Show file tree
Hide file tree
Showing 141 changed files with 10,709 additions and 595 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![Supported by the No Man's Sky Community Developers & Designers](https://raw.githubusercontent.com/NMSCD/About/master/badge/purple-ftb.svg)][nmscd]
![Profile views](https://komarev.com/ghpvc/?username=AssistantNMS&color=green&style=for-the-badge)

[![Follow on Twitter](https://img.shields.io/twitter/follow/AssistantNMS?color=%231d9bf0&style=for-the-badge)][assistantnmsTwitter]
[![Follow on Twitter](https://img.shields.io/badge/follow-%40AssistantNMS-1d9bf0?logo=twitter&style=for-the-badge)][assistantnmsTwitter]
[![Discord](https://img.shields.io/discord/625007826913198080?style=for-the-badge)][discord]

![Latest version](https://api.assistantapps.com/badge/version/589405b4-e40f-4cd9-b793-6bf37944ee09.svg?platforms=2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nms-web-app",
"version": "0.36.2",
"version": "0.37.0",
"private": true,
"scripts": {
"start": "env-cmd --file ./.env.development react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion public/assets/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"apiUrl": "https://api.nmsassistant.com",
"assistantAppsUrl": "https://api.assistantapps.com",
"assistantAppsAppGuid": "4f66c40e-07d7-4fba-973c-c514bf1e57c6",
"currentWhatIsNewGuid": "15567513-3f3e-4737-b801-ae1a810f6213",
"currentWhatIsNewGuid": "b13604b7-3dbb-4644-b341-733e46865afb",
"googleClientId": "539483681905-d4ak563l825o8i0b47inn1c7gu30abvs.apps.googleusercontent.com"
}
2 changes: 1 addition & 1 deletion public/assets/config.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"apiUrl": "https://api.nmsassistant.com",
"assistantAppsUrl": "https://api.assistantapps.com",
"assistantAppsAppGuid": "589405b4-e40f-4cd9-b793-6bf37944ee09",
"currentWhatIsNewGuid": "15567513-3f3e-4737-b801-ae1a810f6213",
"currentWhatIsNewGuid": "b13604b7-3dbb-4644-b341-733e46865afb",
"googleClientId": "539483681905-cg6d6d3m29kdepmv73efcehr2dia7cfq.apps.googleusercontent.com"
}
2 changes: 1 addition & 1 deletion public/assets/config.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"apiUrl": "https://staging-api.nmsassistant.com",
"assistantAppsUrl": "https://api.assistantapps.com",
"assistantAppsAppGuid": "589405b4-e40f-4cd9-b793-6bf37944ee09",
"currentWhatIsNewGuid": "15567513-3f3e-4737-b801-ae1a810f6213",
"currentWhatIsNewGuid": "b13604b7-3dbb-4644-b341-733e46865afb",
"googleClientId": "539483681905-d4ak563l825o8i0b47inn1c7gu30abvs.apps.googleusercontent.com"
}
Loading

0 comments on commit 6b9ed92

Please sign in to comment.