From b6e826edaff768f1ecb83024d9593e6176a2644c Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Fri, 26 Oct 2018 13:16:29 -0700 Subject: [PATCH] v0.2.4 --- README.md | 4 ++-- zec-qt-wallet.pro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f13a91..f4c4399 100644 --- a/README.md +++ b/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.2.3.tar.gz -./zec-qt-wallet-v0.2.3/zec-qt-wallet +tar -xvf zec-qt-wallet-v0.2.4.tar.gz +./zec-qt-wallet-v0.2.4/zec-qt-wallet ``` ### Windows diff --git a/zec-qt-wallet.pro b/zec-qt-wallet.pro index 61763b5..197d3bd 100644 --- a/zec-qt-wallet.pro +++ b/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.2.3\\\" +APP_VERSION=\\\"0.2.4\\\" TEMPLATE = app