Browse Source

0.5.4

import_zecw
Aditya Kulkarni 6 years ago
parent
commit
eca89183f6
  1. 6
      README.md
  2. 8
      src/mainwindow.ui
  3. 2
      src/version.h

6
README.md

@ -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-zec-qt-wallet-v0.5.3.deb
sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.4.deb
sudo apt install -f
```
Or you can download and run the binaries directly.
```
tar -xvf zec-qt-wallet-v0.5.3.tar.gz
./zec-qt-wallet-v0.5.3/zec-qt-wallet
tar -xvf zec-qt-wallet-v0.5.4.tar.gz
./zec-qt-wallet-v0.5.4/zec-qt-wallet
```
### Windows

8
src/mainwindow.ui

@ -346,8 +346,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>920</width>
<height>334</height>
<width>890</width>
<height>311</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@ -712,7 +712,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_21">
<property name="text">
<string>Address Balance</string>
<string>Address balance</string>
</property>
</widget>
</item>
@ -783,7 +783,7 @@
<item row="3" column="1" colspan="2">
<widget class="QLabel" name="lblUsed">
<property name="text">
<string>TextLabel</string>
<string notr="true"/>
</property>
</widget>
</item>

2
src/version.h

@ -1 +1 @@
#define APP_VERSION "0.5.3"
#define APP_VERSION "0.5.4"

Loading…
Cancel
Save