Skip to content

Commit

Permalink
Release 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wereturtle committed Jun 18, 2022
1 parent acd822d commit 13e5ab2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.1.4] - 2022-06-18

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

version: 2.1.4-staging+{build}
version: 2.1.4+{build}
environment:
appver: 2.1.4-staging
appver: 2.1.4
portable_dir: ghostwriter_$(appver)_win64_portable
QTDIR: C:\Qt\5.15.2\msvc2019_64
platform: x64
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ghostwriter (2.1.4-staging) unstable; urgency=low
ghostwriter (2.1.4) unstable; urgency=low

* New upstream release.

-- wereturtle <[email protected]> Sat, 11 Jun 2022 13:51:49 -0700
-- wereturtle <[email protected]> Sat, 18 Jun 2022 15:03:11 -0700
2 changes: 1 addition & 1 deletion ghostwriter.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
################################################################################

VERSION = 2.1.4-staging
VERSION = 2.1.4

lessThan(QT_MAJOR_VERSION, 5) {
error("ghostwriter requires Qt 5.8 or greater")
Expand Down
4 changes: 2 additions & 2 deletions ghostwriter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
%undefine _hardened_build
%define debug_package %{nil}

%global appver 2.1.4-staging
%global appver 2.1.4
%global build_timestamp %(date "+%%Y%%m%%d%%H%%M%%S")
%global changelog_date Sat Jun 11 2022
%global changelog_date Sat Jun 18 2022
%global tarball %([[ %{appver} == *"-"* ]] && echo refs/heads/master.tar.gz || echo %{version}/%{name}-%{version}.tar.gz)

Name: ghostwriter
Expand Down
2 changes: 1 addition & 1 deletion resources/linux/ghostwriter.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for ghostwriter.
.TH man 1 "11 Jun 2022" "2.1.4-staging" "ghostwriter man page"
.TH man 1 "18 Jun 2022" "2.1.4" "ghostwriter man page"
.SH NAME
ghostwriter \- distraction\-free text editor for Markdown
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion resources/linux/ghostwriter.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
</provides>
<content_rating type="oars-1.1"/>
<releases>
<release version="2.1.4-staging" date="2022-06-11" type="stable"/>
<release version="2.1.4" date="2022-06-18" type="stable"/>
</releases>
</component>

0 comments on commit 13e5ab2

Please sign in to comment.