diff --git a/README.md b/README.md index e4fe63a6..4412997a 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 14cda799..20e2bc04 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 32e38bde..29a292a3 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 f66ef08c..3ad9f72a 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 3db5d4a9..9926d5a9 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 80eca5c0..46f599e4 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 1deddd44..0d3b8b70 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 0f9ef17b..7f3942b6 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 ab8cc61d..7636e4da 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 7c3dfcb4..042d025f 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 108397b0..04f805d1 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 e78e8fd6..0d3a298c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "0.6.5" +#define APP_VERSION "0.6.6"