diff --git a/README.md b/README.md index dc85702..d57ef59 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad Extract and run the binary ``` -tar -xvf zcash-qt-wallet-v0.1.6.tar.gz -./zcash-qt-wallet-v0.1.6/zcash-qt-wallet +tar -xvf zcash-qt-wallet-v0.1.7.tar.gz +./zcash-qt-wallet-v0.1.7/zcash-qt-wallet ``` ## Compiling from source diff --git a/docs/screenshot-main.png b/docs/screenshot-main.png index 829d120..a1ed972 100644 Binary files a/docs/screenshot-main.png and b/docs/screenshot-main.png differ diff --git a/zcash-qt-wallet.pro b/zcash-qt-wallet.pro index 5694f2d..22460a7 100644 --- a/zcash-qt-wallet.pro +++ b/zcash-qt-wallet.pro @@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = zcash-qt-wallet -APP_VERSION=\\\"0.1.6\\\" +APP_VERSION=\\\"0.1.7\\\" TEMPLATE = app