diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index 2d4d3fa..4d04461 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,12 +44,11 @@ - +
    -
  • "The" will be ignored when sorting games
  • -
  • The last played date is updated even if the game is luanched via the GNOME search provider
  • -
  • Various UX improvements
  • +
  • Fixed an issue with some games not showing up in GNOME search
  • +
  • Command line options are now properly supported
diff --git a/meson.build b/meson.build index 7ba8708..49c95d5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '2.6.1', + version: '2.6.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )