diff --git a/data/com.github.johnfactotum.Foliate.metainfo.xml.in b/data/com.github.johnfactotum.Foliate.metainfo.xml.in index 12bf08f8..f8d323d2 100644 --- a/data/com.github.johnfactotum.Foliate.metainfo.xml.in +++ b/data/com.github.johnfactotum.Foliate.metainfo.xml.in @@ -44,6 +44,11 @@ + + +

Fixed various bugs

+
+

Fixed a performance issue with zipped files (including EPUB files)

diff --git a/debian/changelog b/debian/changelog index ac84c8d8..527140e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -com.github.johnfactotum.foliate (2.6.3) bionic; urgency=medium +com.github.johnfactotum.foliate (2.6.4) bionic; urgency=medium * New version - -- John Factotum <50942278+johnfactotum@users.noreply.github.com> Thu, 01 Apr 2021 16:25:25 +0800 + -- John Factotum <50942278+johnfactotum@users.noreply.github.com> Thu, 13 Jan 2022 19:25:25 +0800 diff --git a/meson.build b/meson.build index c7b1d8f9..9d41155d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '2.6.3', + version: '2.6.4', meson_version: '>= 0.40.0', )