From dad3dcafb7a9233c3abaec5809cef2a6236614fa Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sat, 8 Jul 2023 12:18:01 +0200 Subject: [PATCH] v2.0.2 --- data/hu.kramo.Cartridges.metainfo.xml.in | 5 ++--- meson.build | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in index 9225a99..7b3c8bc 100644 --- a/data/hu.kramo.Cartridges.metainfo.xml.in +++ b/data/hu.kramo.Cartridges.metainfo.xml.in @@ -44,11 +44,10 @@ - +
    -
  • Fixes the ability to import multiple times at once
  • -
  • Fixes an issue with non-Flatpak Steam on Linux
  • +
  • Fixes an issue with internal data storage
diff --git a/meson.build b/meson.build index 7ff4c00..27bab23 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '2.0.1', + version: '2.0.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )