mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
Changed version to 1.0.2
This commit is contained in:
parent
92c2cfcbab
commit
49a6a994d5
2 changed files with 1 additions and 2 deletions
|
@ -147,7 +147,6 @@ class SeedWidgetState extends State<SeedWidget> {
|
||||||
bool isValid = true;
|
bool isValid = true;
|
||||||
|
|
||||||
for (final word in currentMnemotics) {
|
for (final word in currentMnemotics) {
|
||||||
print('word ${word.text}');
|
|
||||||
isValid = word.isCorrect();
|
isValid = word.isCorrect();
|
||||||
|
|
||||||
if (!isValid) {
|
if (!isValid) {
|
||||||
|
|
|
@ -11,7 +11,7 @@ description: Cake Wallet.
|
||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.0.0+1
|
version: 1.0.0+2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.2.2 <3.0.0"
|
sdk: ">=2.2.2 <3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue