Browse Source

v0.3.2

import_zecw
Aditya Kulkarni 6 years ago
parent
commit
877bfd840e
  1. 4
      README.md
  2. 2
      src/settings.ui
  3. 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.3.1.tar.gz
./zec-qt-wallet-v0.3.1/zec-qt-wallet
tar -xvf zec-qt-wallet-v0.3.2.tar.gz
./zec-qt-wallet-v0.3.2/zec-qt-wallet
```
### Windows

2
src/settings.ui

@ -155,7 +155,7 @@
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Shielded transactions are saved locally and shown in the Transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.</string>
<string>Shielded transactions are saved locally and shown in the transactions tab. If you uncheck this, shielded transactions will not appear in the transactions tab.</string>
</property>
<property name="wordWrap">
<bool>true</bool>

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.3.1\\\"
APP_VERSION=\\\"0.3.2\\\"
TEMPLATE = app

Loading…
Cancel
Save