Changed version to 1.0.2

wownero
M 4 years ago
parent 92c2cfcbab
commit 49a6a994d5

@ -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) {

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

Loading…
Cancel
Save