From 3a577bdd32b6217f7e8a3b9279a837362c5e2c20 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Sun, 9 Aug 2020 10:33:15 +0800 Subject: [PATCH] V0.1.3 --- Proxmark3GUI.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxmark3GUI.pro b/Proxmark3GUI.pro index bfdf6a5..85feb73 100644 --- a/Proxmark3GUI.pro +++ b/Proxmark3GUI.pro @@ -52,7 +52,7 @@ qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target -VERSION = 0.1.2 +VERSION = 0.1.3 QMAKE_TARGET_PRODUCT = "Proxmark3GUI" QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI" QMAKE_TARGET_COMPANY = "wh201906"