From 496464c935f143970f8d68782d6e8b3312503451 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Sun, 11 Dec 2022 22:55:38 +0100 Subject: [PATCH] version 2.0.1 --- fastlane/metadata/android/en-US/changelogs/402.txt | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/402.txt diff --git a/fastlane/metadata/android/en-US/changelogs/402.txt b/fastlane/metadata/android/en-US/changelogs/402.txt new file mode 100644 index 000000000..3e97c583b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/402.txt @@ -0,0 +1,6 @@ +Archethic Wallet - Version 2.0.1 Build 402 + +Display version of app in Welcome Screen +Add paste button in Transfer Screen +Add resync feature to clear the cache and get infos from blockchain +Increase token's symbol to 10 characters diff --git a/pubspec.yaml b/pubspec.yaml index 218f74740..41ece9801 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.0+401 +version: 2.0.1+402 environment: sdk: '>=2.18.0 <3.0.0'