From b472cb678e13f0f3b2e5804d1cafb93bc0809896 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Sat, 29 Jun 2019 07:20:19 +0800 Subject: [PATCH] Bump version to 1.3.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 a480f503..6cd358f8 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -42,6 +42,14 @@ + + +
    +
  • Fixed crashing when opening files
  • +
  • Updated translations
  • +
+
+
    diff --git a/meson.build b/meson.build index d34a1656..7f8a583a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '1.3.0', + version: '1.3.1', meson_version: '>= 0.50.0', )