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

View File

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

View File

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