Skip to content

Commit

Permalink
🔖 2.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Jan 4, 2024
1 parent 3b59811 commit 474808b
Show file tree
Hide file tree
Showing 4 changed files with 7 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.21.2"
#define MyAppVersion "2.21.3"
#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 = 330;
const appsBuildName = '2.21.2';
const appsCommit = '358ffda07fe559c2f2282e321b939613b329abdc';
const appsBuildNum = 331;
const appsBuildName = '2.21.3';
const appsCommit = '3b59811ede84eebd574f18250794cab868fba1cb';
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.21.2+330 # dart scripts\version_num_script.dart
version: 2.21.3+331 # dart scripts\version_num_script.dart
publish_to: 'none'

environment:
Expand Down Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 474808b

Please sign in to comment.