diff --git a/fastlane/metadata/android/en-US/changelogs/430.txt b/fastlane/metadata/android/en-US/changelogs/430.txt new file mode 100644 index 000000000..e4cff8556 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/430.txt @@ -0,0 +1,4 @@ +Archethic Wallet - Version 2.0.9 Build 430 + +- Add Language choice for First Screen +- Fix bugs with biometrics \ No newline at end of file diff --git a/lib/application/settings/version.dart b/lib/application/settings/version.dart index 4d0ab4a72..5d7564ff5 100644 --- a/lib/application/settings/version.dart +++ b/lib/application/settings/version.dart @@ -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}'; } diff --git a/pubspec.yaml b/pubspec.yaml index 176a2282a..e7422c1d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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' @@ -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