Skip to content

Commit

Permalink
Version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Jan Brouwer committed Apr 4, 2016
1 parent afecb7d commit d738332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qtpass.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion qtpass.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# #
#----------------------------------------------------------

VERSION = 1.1.0
VERSION = 1.1.1
TEMPLATE = app
QT += core gui

Expand Down

0 comments on commit d738332

Please sign in to comment.