Skip to content

Commit

Permalink
v0.1.7 release build
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Oct 17, 2018
1 parent 2f85d08 commit 026b071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified docs/screenshot-main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion zcash-qt-wallet.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 026b071

Please sign in to comment.