From 81a85060f18094fa81cd1b180bb1ae41559fb34a Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Fri, 7 Jun 2019 16:04:42 +0800 Subject: [PATCH] Bump version to 1.2.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 a82eafb9..4999043b 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -42,6 +42,14 @@ + + +
    +
  • Fixed some books not rendering sometimes
  • +
  • Fixed images being too wide in some cases
  • +
+
+

New features:

diff --git a/meson.build b/meson.build index 605d4301..60f27963 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '1.2.0', + version: '1.2.1', meson_version: '>= 0.40.0', )