diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 6c5d78f6..5821cb4f 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -28,4 +28,5 @@
+
\ No newline at end of file
diff --git a/assets/data/meta.json b/assets/data/meta.json
index 40b2a3e7..5eec774b 100644
--- a/assets/data/meta.json
+++ b/assets/data/meta.json
@@ -1,5 +1,5 @@
{
"GameVersion": "5.12",
- "GameBuildNumber": 15663204,
- "GeneratedDate": "2024-09-16"
+ "GameBuildNumber": 15728657,
+ "GeneratedDate": "2024-09-23"
}
\ No newline at end of file
diff --git a/installers/assistantNMS.iss b/installers/assistantNMS.iss
index 9aa5dd8f..c2a09200 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.27.1"
+#define MyAppVersion "2.28.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 f94d0d60..d12c5193 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 = '884b654e-ad8c-4828-9b01-b0c186fe30c9';
+const currentWhatIsNewGuid = '214b8dd9-4f3e-40a9-8373-2840451b77d9';
diff --git a/pubspec.lock b/pubspec.lock
index 2be12c1e..f211d89e 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -84,10 +84,12 @@ packages:
assistantapps_flutter_common:
dependency: "direct main"
description:
- path: "C:\\Development\\Projects\\AssistantApps\\assistantapps_flutter_common"
- relative: false
- source: path
- version: "0.2.61"
+ path: "."
+ ref: HEAD
+ resolved-ref: "0db23421894e3c62b386b71b31dd7eaab3a5ce23"
+ url: "https://github.com/AssistantApps/Flutter.Common.git"
+ source: git
+ version: "0.2.62"
async:
dependency: transitive
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 12aa8557..65557a5a 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.27.1+342 # dart scripts\version_num_script.dart
+version: 2.28.0+343 # dart scripts\version_num_script.dart
publish_to: "none"
environment:
@@ -16,8 +16,8 @@ dependencies:
# AssistantApps
assistantapps_flutter_common:
- # git: https://github.com/AssistantApps/Flutter.Common.git
- path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common'
+ git: https://github.com/AssistantApps/Flutter.Common.git
+ # path: 'C:\Development\Projects\AssistantApps\assistantapps_flutter_common'
# Trouble makers
firebase_core: 3.4.0
@@ -91,7 +91,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.27.1.0
+ msix_version: 2.28.0.0
identity_name: 32412AssistantApps.AssistantforNoMansSky
publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A
logo_path: "./assets/images/fullSizeIcon.png"
@@ -110,10 +110,12 @@ flutter:
- assets/json/es/ # Spanish
- assets/json/fr/ # French
- assets/json/it/ # Italian
+ - assets/json/ja/ # Japanese
+ - assets/json/ko/ # Korean
- assets/json/nl/ # Dutch
- assets/json/pl/ # Polish
- - assets/json/pt-br/ # Portuguese
- assets/json/pt/ # Portuguese
+ - assets/json/pt-br/ # Portuguese
- assets/json/ru/ # Russian
- assets/json/zh-hans/ # Simplified Chinese
- assets/json/zh-hant/ # Traditional Chinese
diff --git a/release_notes.txt b/release_notes.txt
index 4209ce78..3efbf12f 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,8 +1,8 @@
-- ✨ Added Aquarius update and expedition details
-- 👽 Upgrade dependencies
-- 🐛 Correct post url for previous update
+- ✨ Added Fishing Bait and Location data
+- 🐛 Fixed Japanese translations not loading
+- 🐛 Fixed Korean translations not loading
-Submitted to App Stores 2024-09-06
+Submitted to App Stores 2024-09-23
For more details on this update please visit the "What is New" page in the Apps or on the website