diff --git a/lib/src/widgets/seed_widget.dart b/lib/src/widgets/seed_widget.dart index aa6bf57b0..0b4fe3f38 100644 --- a/lib/src/widgets/seed_widget.dart +++ b/lib/src/widgets/seed_widget.dart @@ -147,7 +147,6 @@ class SeedWidgetState extends State { bool isValid = true; for (final word in currentMnemotics) { - print('word ${word.text}'); isValid = word.isCorrect(); if (!isValid) { diff --git a/pubspec.yaml b/pubspec.yaml index c6848a921..306c34298 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Cake Wallet. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 +version: 1.0.0+2 environment: sdk: ">=2.2.2 <3.0.0"