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', )