Skip to content

Commit

Permalink
🔖 2.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Jul 24, 2024
1 parent 4e33f1a commit 0fba908
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions assets/data/quicksilverStore.json
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,8 @@
},
{
"MissionId": 90,
"Icon": "special/liquidator.png",
"Name": "Liquidator",
"Items": [
{
"Tier": 2,
Expand Down
Binary file added assets/images/special/liquidator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.1"
#define MyAppVersion "2.26.2"
#define MyAppPublisher "AssistantApps"
#define MyAppURL "https://nmsassistant.com/"
#define MyAppExeName "assistantnms_app.exe"
Expand Down
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 = 339;
const appsBuildName = '2.26.1';
const appsCommit = '2700f6f706032cd7aa4dd9afef34d9479f886ffd';
const appsBuildNum = 340;
const appsBuildName = '2.26.2';
const appsCommit = '4e33f1ab647b8e0d8ae6a783b1b97f45c9ccf755';
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.1+339 # dart scripts\version_num_script.dart
version: 2.26.2+340 # 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.1.0
msix_version: 2.26.2.0
identity_name: 32412AssistantApps.AssistantforNoMansSky
publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A
logo_path: "./assets/images/fullSizeIcon.png"
Expand Down

0 comments on commit 0fba908

Please sign in to comment.