diff --git a/README.md b/README.md index e4fe63a..4412997 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Head over to the releases page and grab the latest installers or binary. https:/ If you are on Debian/Ubuntu, please download the `.deb` package and install it. ``` -sudo dpkg -i linux-deb-zecwallet-v0.6.5.deb +sudo dpkg -i linux-deb-zecwallet-v0.6.6.deb sudo apt install -f ``` Or you can download and run the binaries directly. ``` -tar -xvf zecwallet-v0.6.5.tar.gz -./zecwallet-v0.6.5/zecwallet +tar -xvf zecwallet-v0.6.6.tar.gz +./zecwallet-v0.6.6/zecwallet ``` ### Windows diff --git a/res/zec_qt_wallet_de.qm b/res/zec_qt_wallet_de.qm index 14cda79..20e2bc0 100644 Binary files a/res/zec_qt_wallet_de.qm and b/res/zec_qt_wallet_de.qm differ diff --git a/res/zec_qt_wallet_de.ts b/res/zec_qt_wallet_de.ts index 32e38bd..29a292a 100644 --- a/res/zec_qt_wallet_de.ts +++ b/res/zec_qt_wallet_de.ts @@ -1171,12 +1171,12 @@ You either have unconfirmed funds or the balance is too low for an automatic mig - + Node is still syncing. - + No sapling or transparent addresses with enough balance to spend. diff --git a/res/zec_qt_wallet_es.qm b/res/zec_qt_wallet_es.qm index f66ef08..3ad9f72 100644 Binary files a/res/zec_qt_wallet_es.qm and b/res/zec_qt_wallet_es.qm differ diff --git a/res/zec_qt_wallet_es.ts b/res/zec_qt_wallet_es.ts index 3db5d4a..9926d5a 100644 --- a/res/zec_qt_wallet_es.ts +++ b/res/zec_qt_wallet_es.ts @@ -1187,12 +1187,12 @@ El saldo es insuficiente para una migración automática. - + Node is still syncing. - + No sapling or transparent addresses with enough balance to spend. diff --git a/res/zec_qt_wallet_fr.qm b/res/zec_qt_wallet_fr.qm index 80eca5c..46f599e 100644 Binary files a/res/zec_qt_wallet_fr.qm and b/res/zec_qt_wallet_fr.qm differ diff --git a/res/zec_qt_wallet_fr.ts b/res/zec_qt_wallet_fr.ts index 1deddd4..0d3b8b7 100644 --- a/res/zec_qt_wallet_fr.ts +++ b/res/zec_qt_wallet_fr.ts @@ -1204,12 +1204,12 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi - + Node is still syncing. - + No sapling or transparent addresses with enough balance to spend. diff --git a/res/zec_qt_wallet_it.qm b/res/zec_qt_wallet_it.qm index 0f9ef17..7f3942b 100644 Binary files a/res/zec_qt_wallet_it.qm and b/res/zec_qt_wallet_it.qm differ diff --git a/res/zec_qt_wallet_it.ts b/res/zec_qt_wallet_it.ts index ab8cc61..7636e4d 100644 --- a/res/zec_qt_wallet_it.ts +++ b/res/zec_qt_wallet_it.ts @@ -1196,12 +1196,12 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat - + Node is still syncing. - + No sapling or transparent addresses with enough balance to spend. diff --git a/res/zec_qt_wallet_pt.qm b/res/zec_qt_wallet_pt.qm index 7c3dfcb..042d025 100644 Binary files a/res/zec_qt_wallet_pt.qm and b/res/zec_qt_wallet_pt.qm differ diff --git a/res/zec_qt_wallet_pt.ts b/res/zec_qt_wallet_pt.ts index 108397b..04f805d 100644 --- a/res/zec_qt_wallet_pt.ts +++ b/res/zec_qt_wallet_pt.ts @@ -1186,12 +1186,12 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç - + Node is still syncing. - + No sapling or transparent addresses with enough balance to spend. diff --git a/src/version.h b/src/version.h index e78e8fd..0d3a298 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "0.6.5" +#define APP_VERSION "0.6.6"