diff --git a/installers/assistantNMS.iss b/installers/assistantNMS.iss index 689c3f38..d9c41072 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.21.2" +#define MyAppVersion "2.21.3" #define MyAppPublisher "AssistantApps" #define MyAppURL "https://nmsassistant.com/" #define MyAppExeName "assistantnms_app.exe" diff --git a/lib/env/app_version_num.dart b/lib/env/app_version_num.dart index 8b77bfe5..ded14ffb 100644 --- a/lib/env/app_version_num.dart +++ b/lib/env/app_version_num.dart @@ -1,3 +1,3 @@ -const appsBuildNum = 330; -const appsBuildName = '2.21.2'; -const appsCommit = '358ffda07fe559c2f2282e321b939613b329abdc'; \ No newline at end of file +const appsBuildNum = 331; +const appsBuildName = '2.21.3'; +const appsCommit = '3b59811ede84eebd574f18250794cab868fba1cb'; \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index ea5db17a..0c2546a2 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.21.2+330 # dart scripts\version_num_script.dart +version: 2.21.3+331 # dart scripts\version_num_script.dart publish_to: 'none' environment: @@ -89,7 +89,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.21.2.0 + msix_version: 2.21.3.0 identity_name: notSureIfSecret publisher: notSureIfSecret logo_path: './assets/images/fullSizeIcon.png' diff --git a/release_notes.txt b/release_notes.txt index bc52a5bd..497663f8 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -2,6 +2,7 @@ - 🌐 Updated translations - 🤖 Android dependency upgrades - 🐛 Better error handling for Community mission page +- 🐛 Fix bug that can happen on startup Submitted to App Stores 2024-01-03