This commit is contained in:
Aditya Kulkarni 2018-12-07 10:42:43 -08:00
parent 1e954818b3
commit eca89183f6
3 changed files with 93 additions and 93 deletions

View File

@ -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

View File

@ -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>

View File

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