From f2fb19a78ac95e36b6a475624741ceb0fac1a297 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Wed, 19 Oct 2016 02:40:26 +0200 Subject: pre 1.1.5 --- qtpass.iss | 2 +- qtpass.pro | 2 +- qtpass.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qtpass.iss b/qtpass.iss index db868f9a..df2861dd 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.4" +#define MyAppVersion "1.1.5" #define MyAppPublisher "IJhack" #define MyAppURL "https://qtpass.org/" #define MyAppExeName "qtpass.exe" diff --git a/qtpass.pro b/qtpass.pro index 25983378..41c72124 100644 --- a/qtpass.pro +++ b/qtpass.pro @@ -7,7 +7,7 @@ # # #---------------------------------------------------------# -VERSION = 1.1.4 +VERSION = 1.1.5 TEMPLATE = app QT += core gui diff --git a/qtpass.spec b/qtpass.spec index 66f3a50c..7afc7ef3 100644 --- a/qtpass.spec +++ b/qtpass.spec @@ -7,7 +7,7 @@ # This should probably be part of a release process. Name: qtpass -Version: 1.1.4 +Version: 1.1.5 Release: 2%{?dist} Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager. License: GPLv3 -- cgit v1.2.3