diff --git a/README.md b/README.md index b8e9df7..376c4b9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/settings.ui b/src/settings.ui index 027369a..c30fe73 100644 --- a/src/settings.ui +++ b/src/settings.ui @@ -155,7 +155,7 @@ - Shielded transactions are saved locally and shown in the Transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab. + Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab. true diff --git a/zec-qt-wallet.pro b/zec-qt-wallet.pro index 9fabe81..30c8b2a 100644 --- a/zec-qt-wallet.pro +++ b/zec-qt-wallet.pro @@ -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