Skip to content

Commit

Permalink
2.0.9+430
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Feb 6, 2023
1 parent 6650762 commit 5fe70c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/430.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Archethic Wallet - Version 2.0.9 Build 430

- Add Language choice for First Screen
- Fix bugs with biometrics
2 changes: 1 addition & 1 deletion lib/application/settings/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final versionStringProvider =
final packageInfo = await PackageInfo.fromPlatform();
if (!kIsWeb && Platform.isWindows) {
// TODO(reddwarf03): Not optimal but ok for the moment
return '${localizations.version} 2.0.8';
return '${localizations.version} 2.0.9';
} else {
return '${localizations.version} ${packageInfo.version} - ${localizations.build} ${packageInfo.buildNumber}';
}
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Fully decentralized and cryptocurrency non-custodial hot wallet tha

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 2.0.8+429
version: 2.0.9+430

environment:
sdk: '>=2.18.0 <3.0.0'
Expand Down Expand Up @@ -257,7 +257,7 @@ msix_config:
publisher_display_name: Archethic Technologies SARL
identity_name: ArchethicTechnologiesSARL.ArchethicWallet
publisher: CN=9687A561-7463-4BA7-BD4D-A04574BAF854
msix_version: 2.0.6418.0
msix_version: 2.0.9430.0
icons_background_color: "#000000"
languages: en-us
store: true
Expand Down

0 comments on commit 5fe70c3

Please sign in to comment.