Skip to content

Commit

Permalink
🔖 2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Jul 24, 2024
1 parent 2700f6f commit 9204dd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.0"
#define MyAppVersion "2.26.1"
#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 = 338;
const appsBuildName = '2.26.0';
const appsCommit = 'b270fdd5954b28dc1256639fa715720089ee29ac';
const appsBuildNum = 339;
const appsBuildName = '2.26.1';
const appsCommit = '2700f6f706032cd7aa4dd9afef34d9479f886ffd';
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.0+338 # dart scripts\version_num_script.dart
version: 2.26.1+339 # 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.0.0
msix_version: 2.26.1.0
identity_name: 32412AssistantApps.AssistantforNoMansSky
publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A
logo_path: "./assets/images/fullSizeIcon.png"
Expand Down

0 comments on commit 9204dd2

Please sign in to comment.