From 6fc968f5f3ecf407d46624e59d21b563865d9786 Mon Sep 17 00:00:00 2001 From: Kurt Lourens Date: Fri, 6 Sep 2024 00:52:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=202.27.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installers/assistantNMS.iss | 2 +- lib/assistant_apps_settings.dart | 2 +- lib/env/app_version_num.dart | 6 +++--- pubspec.yaml | 4 ++-- release_notes.txt | 10 +++------- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/installers/assistantNMS.iss b/installers/assistantNMS.iss index d95ecec2..3bd60ab8 100644 --- a/installers/assistantNMS.iss +++ b/installers/assistantNMS.iss @@ -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" diff --git a/lib/assistant_apps_settings.dart b/lib/assistant_apps_settings.dart index 255fb241..f94d0d60 100644 --- a/lib/assistant_apps_settings.dart +++ b/lib/assistant_apps_settings.dart @@ -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'; diff --git a/lib/env/app_version_num.dart b/lib/env/app_version_num.dart index a889af22..39a911f5 100644 --- a/lib/env/app_version_num.dart +++ b/lib/env/app_version_num.dart @@ -1,3 +1,3 @@ -const appsBuildNum = 340; -const appsBuildName = '2.26.2'; -const appsCommit = '4e33f1ab647b8e0d8ae6a783b1b97f45c9ccf755'; \ No newline at end of file +const appsBuildNum = 341; +const appsBuildName = '2.27.0'; +const appsCommit = '0cd5a1f1fcb77a0bf67cdc50240bd11689806b65'; \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 8168ee10..203cc4b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: @@ -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" diff --git a/release_notes.txt b/release_notes.txt index e47353cd..d5982c4a 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -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