From 61479315846626b1f12991761cf997ff9f72cdc9 Mon Sep 17 00:00:00 2001 From: John Factotum <50942278+johnfactotum@users.noreply.github.com> Date: Wed, 29 May 2019 17:53:02 +0800 Subject: [PATCH] Release 1.0.1 --- data/com.github.johnfactotum.Foliate.appdata.xml.in | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/data/com.github.johnfactotum.Foliate.appdata.xml.in b/data/com.github.johnfactotum.Foliate.appdata.xml.in index e864043a..3169d186 100644 --- a/data/com.github.johnfactotum.Foliate.appdata.xml.in +++ b/data/com.github.johnfactotum.Foliate.appdata.xml.in @@ -42,6 +42,11 @@ + + +

Fixed invalid AppData file

+
+

Initial release

diff --git a/meson.build b/meson.build index 872a40e7..df3c2729 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('com.github.johnfactotum.Foliate', - version: '1.0.0', + version: '1.0.1', meson_version: '>= 0.40.0', )