From 313fba807f315052c0c71df65cdd7df15acabda6 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 28 Sep 2024 17:09:17 +0100 Subject: [PATCH] Prepare v1.14.4 --- data/app.fotema.Fotema.metainfo.xml.in.in | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/data/app.fotema.Fotema.metainfo.xml.in.in b/data/app.fotema.Fotema.metainfo.xml.in.in index f4b50ea7..d3420e60 100644 --- a/data/app.fotema.Fotema.metainfo.xml.in.in +++ b/data/app.fotema.Fotema.metainfo.xml.in.in @@ -64,6 +64,13 @@ + + +
    +
  • Fix missing icon in Phosh app overview. For real this time. Maybe.
  • +
+
+
    diff --git a/meson.build b/meson.build index c8102565..50da78b5 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,7 @@ project( 'fotema', 'rust', - version: '1.14.3', + version: '1.14.4', meson_version: '>= 0.59', # license: 'MIT', )