Skip to content

Commit

Permalink
0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Jul 19, 2019
1 parent 34100fb commit f90796c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,14 +10,14 @@ Head over to the releases page and grab the latest installers or binary. https:/

If you are on Debian/Ubuntu, please download the `.deb` package and install it.
```
sudo dpkg -i linux-deb-zecwallet-v0.7.1.deb
sudo dpkg -i linux-deb-zecwallet-v0.7.5.deb
sudo apt install -f
```

Or you can download and run the binaries directly.
```
tar -xvf zecwallet-v0.7.1.tar.gz
./zecwallet-v0.7.1/zecwallet
tar -xvf zecwallet-v0.7.5.tar.gz
./zecwallet-v0.7.5/zecwallet
```

### Windows
Expand Down
Binary file modified res/zec_qt_wallet_de.qm
Binary file not shown.
Binary file modified res/zec_qt_wallet_es.qm
Binary file not shown.
Binary file modified res/zec_qt_wallet_fr.qm
Binary file not shown.
Binary file modified res/zec_qt_wallet_it.qm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/version.h
@@ -1 +1 @@
#define APP_VERSION "0.7.1"
#define APP_VERSION "0.7.5"

0 comments on commit f90796c

Please sign in to comment.