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
+)