From a842909de5a67610d19574261f1d5bd8ae697245 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Wed, 5 Jun 2019 00:38:28 +0800 Subject: [PATCH] Bump version to 1.1.1 --- data/com.github.johnfactotum.Foliate.appdata.xml.in | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/data/com.github.johnfactotum.Foliate.appdata.xml.in b/data/com.github.johnfactotum.Foliate.appdata.xml.in index 4ae65308..09d49006 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -42,6 +42,14 @@ + + +
    +
  • Allow font size adjustment when using publisher fonts
  • +
  • Fixed reading progress slider not appearing after localStorage quota is exceeded
  • +
+
+

New features:

diff --git a/meson.build b/meson.build index 8b0f0bca..5602d35b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '1.1.0', + version: '1.1.1', meson_version: '>= 0.40.0', )