Skip to content

Commit

Permalink
🔖 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Dec 18, 2023
1 parent 0da5b56 commit 398c0e2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 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.19.3"
#define MyAppVersion "2.20.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 = '796ab394-fa1f-4b3a-8086-7a00fad711e7';
const currentWhatIsNewGuid = '36a4e064-05dc-435b-a11f-fe7efb20e51e';
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 = 325;
const appsBuildName = '2.19.3';
const appsCommit = 'd7d4370420a575c54d2a639083cb6189de978b56';
const appsBuildNum = 326;
const appsBuildName = '2.20.0';
const appsCommit = '0da5b56daf9cc42e78a9b3a67c9e51316de46edc';
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.19.4+326 # dart scripts\version_num_script.dart
version: 2.20.0+326 # dart scripts\version_num_script.dart
publish_to: 'none'

environment:
Expand Down Expand Up @@ -97,7 +97,7 @@ flutter_icons: ## flutter pub 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.19.3.0
msix_version: 2.20.0.0
identity_name: notSureIfSecret
publisher: notSureIfSecret
logo_path: './assets/images/fullSizeIcon.png'
Expand Down
9 changes: 4 additions & 5 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
- 📦 Regenerated data for 4.46
- 🌐 Update translations for all languages
- 🐛 Fix issue with Inventory management
- 🐛 Fix issue with the displaying of Journey Milestones
- 📦 Regen for 4.47
- 📱 Better design for larger screens
- 🐛 Center align platforms on Release Notes page


Submitted to App Stores 2023-11-18
Submitted to App Stores 2023-12-18

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

0 comments on commit 398c0e2

Please sign in to comment.