From ca73023bc9008836f6fdd78f0a68a7ab16befaee Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:32:46 +0200 Subject: [PATCH] v2.1 --- data/hu.kramo.Cartridges.metainfo.xml.in | 5 +++-- meson.build | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index e0eba2d..24cb18b 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,10 +44,11 @@ - +
    -
  • Fixes an issue with Steam mods not importing properly
  • +
  • Added support for Amazon Games in the Heroic importer
  • +
  • Translations since 2.0
diff --git a/meson.build b/meson.build index 94a902a..2b2ea32 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '2.0.6', + version: '2.1', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )