Browse Source

0.4.3

import_zecw
Aditya Kulkarni 6 years ago
parent
commit
9971caafd7
  1. 4
      README.md
  2. 2
      src/version.h

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

2
src/version.h

@ -1 +1 @@
#define APP_VERSION "0.4.2"
#define APP_VERSION "0.4.3"

Loading…
Cancel
Save