Skip to content

Commit ad04977

Browse files
committed
Version bump to 2.1.6
1 parent c463bf8 commit ad04977

7 files changed

+10
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.1.6] - 2022-09-13
99

1010
### Fixed
1111

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
version: 2.1.5+{build}
2+
version: 2.1.6+{build}
33
environment:
4-
appver: 2.1.5
4+
appver: 2.1.6
55
portable_dir: ghostwriter_$(appver)_win64_portable
66
QTDIR: C:\Qt\5.15.2\msvc2019_64
77
platform: x64

debian/changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ghostwriter (2.1.5) unstable; urgency=low
1+
ghostwriter (2.1.6) unstable; urgency=low
22

33
* New upstream release.
44

5-
-- wereturtle <[email protected]> Fri, 09 Sep 2022 23:30:53 -0700
5+
-- wereturtle <[email protected]> Tue, 13 Sep 2022 22:37:10 -0700

ghostwriter.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
################################################################################
2020

21-
VERSION = 2.1.5
21+
VERSION = 2.1.6
2222

2323
lessThan(QT_MAJOR_VERSION, 5) {
2424
error("ghostwriter requires Qt 5.8 or greater")

ghostwriter.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
%undefine _hardened_build
33
%define debug_package %{nil}
44

5-
%global appver 2.1.5
5+
%global appver 2.1.6
66
%global build_timestamp %(date "+%%Y%%m%%d%%H%%M%%S")
7-
%global changelog_date Fri Sep 09 2022
7+
%global changelog_date Tue Sep 13 2022
88
%global tarball %([[ %{appver} == *"-"* ]] && echo refs/heads/master.tar.gz || echo %{version}/%{name}-%{version}.tar.gz)
99

1010
Name: ghostwriter

resources/linux/ghostwriter.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" Manpage for ghostwriter.
2-
.TH man 1 "9 Sep 2022" "2.1.5" "ghostwriter man page"
2+
.TH man 1 "13 Sep 2022" "2.1.6" "ghostwriter man page"
33
.SH NAME
44
ghostwriter \- distraction\-free text editor for Markdown
55
.SH SYNOPSIS

resources/linux/ghostwriter.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
</provides>
2929
<content_rating type="oars-1.1"/>
3030
<releases>
31-
<release version="2.1.5" date="2022-09-09" type="stable"/>
31+
<release version="2.1.6" date="2022-09-13" type="stable"/>
3232
</releases>
3333
</component>

0 commit comments

Comments
 (0)