Skip to content

Commit

Permalink
🔖 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Sep 5, 2024
1 parent 0cd5a1f commit 6fc968f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 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.26.2"
#define MyAppVersion "2.27.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 = '2e4d3cb4-e646-4918-a2c7-2ee6d1b40782';
const currentWhatIsNewGuid = '884b654e-ad8c-4828-9b01-b0c186fe30c9';
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 = 340;
const appsBuildName = '2.26.2';
const appsCommit = '4e33f1ab647b8e0d8ae6a783b1b97f45c9ccf755';
const appsBuildNum = 341;
const appsBuildName = '2.27.0';
const appsCommit = '0cd5a1f1fcb77a0bf67cdc50240bd11689806b65';
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.26.2+340 # dart scripts\version_num_script.dart
version: 2.27.0+341 # 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.26.2.0
msix_version: 2.27.0.0
identity_name: 32412AssistantApps.AssistantforNoMansSky
publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A
logo_path: "./assets/images/fullSizeIcon.png"
Expand Down
10 changes: 3 additions & 7 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
- ✨ Added Liquidators expedition details
- 🐛 Correct stat range order
- 🐛 Fix food effect values
- 🐛 Corrected processor timing
- 🐛 Fix health stats showing as negative values
- 🔥 Remove old product ids
- ✨ Added Aquarius update and expedition details
- 🐛 Correct post url for previous update


Submitted to App Stores 2024-07-24
Submitted to App Stores 2024-09-05

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

0 comments on commit 6fc968f

Please sign in to comment.