Browse Source

v0.2.8

recurring
Aditya Kulkarni 6 years ago
parent
commit
add9421ab9
  1. 4
      README.md
  2. 2
      zec-qt-wallet.pro

4
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.2.7.tar.gz
./zec-qt-wallet-v0.2.7/zec-qt-wallet
tar -xvf zec-qt-wallet-v0.2.8.tar.gz
./zec-qt-wallet-v0.2.8/zec-qt-wallet
```
### Windows

2
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.2.7\\\"
APP_VERSION=\\\"0.2.8\\\"
TEMPLATE = app

Loading…
Cancel
Save