From 3ef18bc22c8c19fc2c9b8219237e8a4d1e8a68d8 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Tue, 30 Jun 2020 16:14:02 +0100 Subject: [PATCH] update gui version in Qt guide --- docs/JOINMARKET-QT-GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/JOINMARKET-QT-GUIDE.md b/docs/JOINMARKET-QT-GUIDE.md index c767fe9..c796fd3 100644 --- a/docs/JOINMARKET-QT-GUIDE.md +++ b/docs/JOINMARKET-QT-GUIDE.md @@ -4,7 +4,7 @@ The gui can be run directly from Python script by doing `python joinmarket-qt.py` from within `scripts/`, or by running the executable file/binary (**[CLICK HERE](https://github.com/AdamISZ/joinmarket-clientserver/releases/)** to download the latest release). -**LATEST VERSION of JoinMarket-Qt is GUI version 11**. You can check the version via `About` in the menu. +**LATEST VERSION of JoinMarket-Qt is GUI version 14**. You can check the version via `About` in the menu. No other files / setup should be needed. You might need to `chmod 755` on Linux.