Skip to content

Commit

Permalink
🔖 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaoz-Topsy committed Oct 10, 2022
1 parent a8446dc commit 16c66ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/env/appVersionNum.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const appsBuildNum = 290;
const appsBuildName = '2.0.0';
const appsCommit = '7606f0c82c8111c806c6c93c12e409bc91cd7398';
const appsBuildNum = 291;
const appsBuildName = '2.0.1';
const appsCommit = 'a8446dc7fff25dd18734677e550f088acf6a7067';
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.0.0+290 # dart scripts\versionNumScript.dart
version: 2.0.1+291 # dart scripts\versionNumScript.dart
publish_to: 'none'

environment:
Expand Down Expand Up @@ -93,7 +93,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: 2.0.0.0
msix_version: 2.0.1.0
identity_name: notSureIfSecret
publisher: notSureIfSecret
logo_path: './assets/images/fullSizeIcon.png'
Expand Down
11 changes: 10 additions & 1 deletion release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
- Fix Bathysphere image
- Added a new Feedback system
- Add items from NMS 4.0 update (Github issue #106)
- Fix Mineral Scan Stat (Github issue #103)
- Better Twitch reward tile
- Handle packaged items
- Update Dart packages
- Fix extra TechTrees displaying (Github issue #109)
- Tile Bug (Github issue #111)
- Tile Bug (Github issue #112)
- Fixed Bathysphere image (Github issue #113)

_Submitted to App Stores 2022-10-10_

Expand Down

0 comments on commit 16c66ba

Please sign in to comment.