summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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