Skip to content

Commit

Permalink
🔖 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Feb 19, 2024
1 parent 5ac48e9 commit 8d45650
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion installers/assistantNMS.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Assistant for No Man's Sky"
#define MyAppVersion "2.22.0"
#define MyAppVersion "2.23.0"
#define MyAppPublisher "AssistantApps"
#define MyAppURL "https://nmsassistant.com/"
#define MyAppExeName "assistantnms_app.exe"
Expand Down
2 changes: 1 addition & 1 deletion lib/assistant_apps_settings.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const assistantAppsApiUrl = 'https://api.assistantapps.com';
const assistantAppsAppGuid = '589405b4-e40f-4cd9-b793-6bf37944ee09';
const currentWhatIsNewGuid = 'aff679cd-cc9a-4ed7-85e6-c1afc917e06e';
const currentWhatIsNewGuid = '92d603df-48a5-49d3-9f79-2aaf888b8e33';
6 changes: 3 additions & 3 deletions lib/env/app_version_num.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const appsBuildNum = 333;
const appsBuildName = '2.22.0';
const appsCommit = '41bf45e41a3d794a18620b468b6955583c06b57b';
const appsBuildNum = 334;
const appsBuildName = '2.23.0';
const appsCommit = '5ac48e9b0bf49ca15f22985c80a6828fedc2dcd0';
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: assistantnms_app
description: Assistant for No Man's Sky
homepage: https://nmsassistant.com
# author: Kurt Lourens
version: 2.22.0+333 # dart scripts\version_num_script.dart
version: 2.23.0+334 # dart scripts\version_num_script.dart
publish_to: "none"

environment:
Expand Down Expand Up @@ -88,7 +88,7 @@ flutter_icons: ## dart run flutter_launcher_icons:main
msix_config: # https://pub.dev/documentation/msix/latest/
display_name: Assistant for No Man's Sky
publisher_display_name: AssistantApps
msix_version: 2.22.0.0
msix_version: 2.23.0.0
identity_name: 32412AssistantApps.AssistantforNoMansSky
publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A
logo_path: "./assets/images/fullSizeIcon.png"
Expand Down
8 changes: 4 additions & 4 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- 📄 Add new guide by Muhaddil
- 🌐 Updated translations
- 🐛 Fix data about update releases
- Add items from 4.50 update
- 🗺️ Add guide by Forthamos
- 🐛 Fix bug that caused no guides to show


Submitted to App Stores 2024-02-05
Submitted to App Stores 2024-02-19

For more details on this update please visit the "What is New" page in the Apps or on the website

0 comments on commit 8d45650

Please sign in to comment.