Changed version to 1.0.2

This commit is contained in:
M 2020-01-19 20:57:20 +02:00
parent 92c2cfcbab
commit 49a6a994d5
2 changed files with 1 additions and 2 deletions

View file

@ -147,7 +147,6 @@ class SeedWidgetState extends State<SeedWidget> {
bool isValid = true;
for (final word in currentMnemotics) {
print('word ${word.text}');
isValid = word.isCorrect();
if (!isValid) {

View file

@ -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"