summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <annejan@noprotocol.com>2016-04-04 10:39:56 +0200
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-04-04 10:39:56 +0200
commitd738332bfdb7a1fd30901db2f54f3913f93fa7ea (patch)
tree927cc58ce1c2ccbced0984c6772ff1dc95c5edf7
parentafecb7dcf00162b9f72c5b4ee514ef865b0b223a (diff)
Version numbersv1.1.1
-rw-r--r--qtpass.iss2
-rw-r--r--qtpass.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/qtpass.iss b/qtpass.iss
index d19b2549..80f2dc76 100644
--- a/qtpass.iss
+++ b/qtpass.iss
@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "QtPass"
-#define MyAppVersion "1.1.0"
+#define MyAppVersion "1.1.1"
#define MyAppPublisher "IJhack"
#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
diff --git a/qtpass.pro b/qtpass.pro
index 56103539..13f76458 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -7,7 +7,7 @@
# #
#----------------------------------------------------------
-VERSION = 1.1.0
+VERSION = 1.1.1
TEMPLATE = app
QT += core gui