Skip to content

Commit

Permalink
0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Apr 5, 2019
1 parent b3a8982 commit cd2e7d4
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified res/zec_qt_wallet_de.qm
Binary file not shown.
4 changes: 2 additions & 2 deletions res/zec_qt_wallet_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1171,12 +1171,12 @@ You either have unconfirmed funds or the balance is too low for an automatic mig
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="638"/>
<location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="662"/>
<location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file modified res/zec_qt_wallet_es.qm
Binary file not shown.
4 changes: 2 additions & 2 deletions res/zec_qt_wallet_es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1187,12 +1187,12 @@ El saldo es insuficiente para una migración automática.
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="638"/>
<location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="662"/>
<location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file modified res/zec_qt_wallet_fr.qm
Binary file not shown.
4 changes: 2 additions & 2 deletions res/zec_qt_wallet_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1204,12 +1204,12 @@ Vous avez soit des fonds non confirmés soit le solde est trop petit pour une mi
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="638"/>
<location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="662"/>
<location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file modified res/zec_qt_wallet_it.qm
Binary file not shown.
4 changes: 2 additions & 2 deletions res/zec_qt_wallet_it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1196,12 +1196,12 @@ Avete fondi non confermati o il saldo è troppo basso per una migrazione automat
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="638"/>
<location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="662"/>
<location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Binary file modified res/zec_qt_wallet_pt.qm
Binary file not shown.
4 changes: 2 additions & 2 deletions res/zec_qt_wallet_pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1186,12 +1186,12 @@ Você possui fundos não confirmados ou o saldo é muito baixo para uma migraç
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="638"/>
<location filename="../src/websockets.cpp" line="646"/>
<source>Node is still syncing.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../src/websockets.cpp" line="662"/>
<location filename="../src/websockets.cpp" line="670"/>
<source>No sapling or transparent addresses with enough balance to spend.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define APP_VERSION "0.6.5"
#define APP_VERSION "0.6.6"

0 comments on commit cd2e7d4

Please sign in to comment.