From 483ab700549707a50d51a45a4d515904bd475e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sat, 11 Dec 2021 05:34:42 +0000 Subject: [PATCH] Release 2.10.2 (#526) * Release 2.10.2 * Update meson.build * Update applications-menu.appdata.xml.in Co-authored-by: Cassidy James Blaede --- data/applications-menu.appdata.xml.in | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/applications-menu.appdata.xml.in b/data/applications-menu.appdata.xml.in index 37dfc501..07c120f9 100644 --- a/data/applications-menu.appdata.xml.in +++ b/data/applications-menu.appdata.xml.in @@ -6,9 +6,9 @@ Applications Menu Open and search for apps - + -

Improvements

+

Improvements:

  • Searching settings always searches the full title
diff --git a/meson.build b/meson.build index 66cb37fc..08e9ab62 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'slingshot', 'vala', 'c', - version : '2.10.1' + version : '2.10.2' ) i18n = import('i18n')