From 7091ac3ab739e91156fe26de1d56d252ffc7ad71 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Mon, 6 Jul 2020 15:34:31 +0800 Subject: [PATCH] Bump version to 2.4.2 --- data/com.github.johnfactotum.Foliate.appdata.xml.in | 5 +++++ debian/changelog | 6 ++++++ meson.build | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/data/com.github.johnfactotum.Foliate.appdata.xml.in b/data/com.github.johnfactotum.Foliate.appdata.xml.in index 10d4048c..8cc21704 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -44,6 +44,11 @@ + + +

Fixed unable to open some EPUB files

+
+

Fixed unable to open Mobipocket files

diff --git a/debian/changelog b/debian/changelog index ffb18276..9ad13af1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.johnfactotum.foliate (2.4.2) bionic; urgency=medium + + * New version + + -- John Factotum <50942278+johnfactotum@users.noreply.github.com> Mon, 06 Jul 2020 15:33:33 +0800 + com.github.johnfactotum.foliate (2.4.1) bionic; urgency=medium * New version diff --git a/meson.build b/meson.build index 5610c7d2..0e6d3755 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '2.4.1', + version: '2.4.2', meson_version: '>= 0.40.0', )