Skip to content

Commit

Permalink
Release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wereturtle committed May 29, 2022
1 parent 4ec6c9b commit 7eccc9e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
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.2+{build}
version: 2.1.3+{build}
environment:
appver: 2.1.2
appver: 2.1.3
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.2) unstable; urgency=low
ghostwriter (2.1.3) unstable; urgency=low

* New upstream release.

-- wereturtle <[email protected]> Sat, 12 Mar 2022 16:37:13 -0800
-- wereturtle <[email protected]> Sat, 28 May 2022 17:41:27 -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.2
VERSION = 2.1.3

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.2
%global appver 2.1.3
%global build_timestamp %(date "+%%Y%%m%%d%%H%%M%%S")
%global changelog_date Sat Mar 12 2022
%global changelog_date Sat May 28 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 "12 Mar 2022" "2.1.2" "ghostwriter man page"
.TH man 1 "28 May 2022" "2.1.3" "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.2" date="2022-03-12" type="stable"/>
<release version="2.1.3" date="2022-05-28" type="stable"/>
</releases>
</component>

0 comments on commit 7eccc9e

Please sign in to comment.