Skip to content

Commit

Permalink
🔖 1.116.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Aug 18, 2022
1 parent f75a99b commit 16b9e6e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/assistantAppsSettings.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const assistantAppsApiUrl = 'https://api.assistantapps.com';
const assistantAppsAppGuid = '589405b4-e40f-4cd9-b793-6bf37944ee09';
const currentWhatIsNewGuid = '52109d30-18c0-42c6-b8f9-ec52b0eca61b';
const currentWhatIsNewGuid = '45497fbd-6d3d-4b08-9384-0756c88330a1';
4 changes: 2 additions & 2 deletions lib/env/appVersionNum.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const appsBuildNum = 287;
const appsBuildName = '1.115.0';
const appsBuildNum = 288;
const appsBuildName = '1.116.0';
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: 1.115.0+287 # dart scripts\versionNumScript.dart
version: 1.116.0+288 # dart scripts\versionNumScript.dart
publish_to: 'none'

environment:
Expand Down Expand Up @@ -91,7 +91,7 @@ flutter_icons: ## flutter pub 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: 1.115.0.0
msix_version: 1.116.0.0
identity_name: notSureIfSecret
publisher: notSureIfSecret
logo_path: './assets/images/fullSizeIcon.png'
Expand Down
3 changes: 2 additions & 1 deletion release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- Show what is currently playing within NMSFM
- Fix inventory not loading bug

_Submitted to App Stores 2022-08-xx_
_Submitted to App Stores 2022-08-18_

For more details on this update please visit the "What is New" page in the Apps or on the website

0 comments on commit 16b9e6e

Please sign in to comment.