Changed version to 1.0.2
M committed
Jan 19, 2020 at 20:57 UTC
49a6a994d582fabff46ffefb23e03d9a88ce82f3
2 files changed
+1
-2
lib/src/widgets/seed_widget.dart
-1
@@ -147,7 +147,6 @@ class SeedWidgetState extends State<SeedWidget> {
147
bool isValid = true;
148
149
for (final word in currentMnemotics) {
150
- print('word ${word.text}');
150
isValid = word.isCorrect();
151
152
if (!isValid) {
pubspec.yaml
+1
-1
@@ -11,7 +11,7 @@ description: Cake Wallet.
11
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12
# Read more about iOS versioning at
13
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14
-version: 1.0.0+1
14
+version: 1.0.0+2
15
16
environment:
17
sdk: ">=2.2.2 <3.0.0"