From 4198810ccabc034b69cd0d2f60878a0854e3e23c Mon Sep 17 00:00:00 2001 From: kramo Date: Sun, 7 Apr 2024 21:14:41 +0200 Subject: [PATCH] v2.8.3 --- data/page.kramo.Cartridges.metainfo.xml.in | 6 ++---- meson.build | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/data/page.kramo.Cartridges.metainfo.xml.in b/data/page.kramo.Cartridges.metainfo.xml.in index 7ce11f7..58c004c 100644 --- a/data/page.kramo.Cartridges.metainfo.xml.in +++ b/data/page.kramo.Cartridges.metainfo.xml.in @@ -54,12 +54,10 @@ - +
    -
  • Improved notifications for launching games via the GNOME search provider
  • -
  • Updated app metadata
  • -
  • Fixed an issue with translations
  • +
  • Fixed an issue with the prefereces dialog
diff --git a/meson.build b/meson.build index 0501e91..cf44fc7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cartridges', - version: '2.8.2', + version: '2.8.3', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )