Skip to content

Commit

Permalink
Pre 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Sep 26, 2016
1 parent de4bee3 commit 3107863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3"
#define MyAppVersion "1.1.4"
#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.3
VERSION = 1.1.4

TEMPLATE = app
QT += core gui
Expand Down
2 changes: 1 addition & 1 deletion qtpass.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This should probably be part of a release process.

Name: qtpass
Version: 1.1.3
Version: 1.1.4
Release: 2%{?dist}
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
License: GPLv3
Expand Down

0 comments on commit 3107863

Please sign in to comment.