This commit is contained in:
Aditya Kulkarni 2018-11-15 18:00:27 -08:00
parent 14b9fc77ec
commit 877bfd840e
3 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad
### Linux
Extract and run the binary
```
tar -xvf zec-qt-wallet-v0.3.1.tar.gz
./zec-qt-wallet-v0.3.1/zec-qt-wallet
tar -xvf zec-qt-wallet-v0.3.2.tar.gz
./zec-qt-wallet-v0.3.2/zec-qt-wallet
```
### Windows

View File

@ -155,7 +155,7 @@
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Shielded transactions are saved locally and shown in the Transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.</string>
<string>Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.</string>
</property>
<property name="wordWrap">
<bool>true</bool>

View File

@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = zec-qt-wallet
APP_VERSION=\\\"0.3.1\\\"
APP_VERSION=\\\"0.3.2\\\"
TEMPLATE = app