Release 1.0.5

This commit is contained in:
M 2020-03-10 19:17:47 +02:00
parent 0616b04ab9
commit 3186829115
3 changed files with 3 additions and 3 deletions

View file

@ -206,7 +206,7 @@ class S implements WidgetsLocalizations {
String get sync_status_not_connected => "NOT CONNECTED";
String get sync_status_starting_sync => "STARTING SYNC";
String get sync_status_syncronized => "SYNCHRONIZED";
String get sync_status_syncronizing => "SYNCRONIZING";
String get sync_status_syncronizing => "SYNCHRONIZING";
String get today => "Today";
String get trade_details_created_at => "Created at";
String get trade_details_fetching => "Fetching";

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.3+1
version: 1.0.4+1
environment:
sdk: ">=2.2.2 <3.0.0"

View file

@ -300,7 +300,7 @@
"hidden_balance" : "Hidden Balance",
"sync_status_syncronizing" : "SYNCRONIZING",
"sync_status_syncronizing" : "SYNCHRONIZING",
"sync_status_syncronized" : "SYNCHRONIZED",
"sync_status_not_connected" : "NOT CONNECTED",
"sync_status_starting_sync" : "STARTING SYNC",