WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit decb470

Browse files
committed
Version bump
1 parent 1f5f553 commit decb470

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/IJHack/QtPass/tree/HEAD)
4-
5-
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.2.2...HEAD)
3+
## [v1.2.3](https://github.com/IJHack/QtPass/tree/v1.2.3) (2018-05-26)
4+
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.2.2...v1.2.3)
65

76
**Closed issues:**
87

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = QtPass
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.2.2
41+
PROJECT_NUMBER = 1.2.3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

qtpass.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "QtPass"
5-
#define MyAppVersion "1.2.2"
5+
#define MyAppVersion "1.2.3"
66
#define MyAppPublisher "IJhack"
77
#define MyAppURL "https://qtpass.org/"
88
#define MyAppExeName "qtpass.exe"

qtpass.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.2.2
1+
VERSION = 1.2.3
22

33
CONFIG(coverage) {
44
QMAKE_LFLAGS += --coverage

qtpass.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This should probably be part of a release process.
88

99
Name: qtpass
10-
Version: 1.2.2
10+
Version: 1.2.3
1111
Release: 2%{?dist}
1212
Summary: QtPass is a multi-platform GUI for pass, the standard unix password manager.
1313
License: GPLv3

0 commit comments

Comments
 (0)