From ccd97c73ea3636c1bbf85c19c2e0bff5ad566ea1 Mon Sep 17 00:00:00 2001 From: kramo Date: Sat, 17 Feb 2024 14:31:13 +0100 Subject: [PATCH] v2.7.3 --- data/hu.kramo.Cartridges.metainfo.xml.in | 5 +++-- meson.build | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index 34af69a..2ee3afd 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -50,10 +50,11 @@ - +
    -
  • Fixes a bug with Flatpak user games not importing
  • +
  • Updated Lutris locations so importing works again
  • +
  • Other miscellaneous bug fixes
diff --git a/meson.build b/meson.build index 5f9cdba..f374534 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '2.7.2', + version: '2.7.3', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], ) @@ -49,4 +49,4 @@ gnome.post_install( glib_compile_schemas: true, gtk_update_icon_cache: true, update_desktop_database: true, -) \ No newline at end of file +)