From 98bf930d5ab9f18411da0f397304137730211706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 19 Dec 2022 10:54:11 -0800 Subject: [PATCH] Release 2.11.1 (#557) --- data/applications-menu.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/applications-menu.appdata.xml.in b/data/applications-menu.appdata.xml.in index 78e9efdf..5e558d7d 100644 --- a/data/applications-menu.appdata.xml.in +++ b/data/applications-menu.appdata.xml.in @@ -7,7 +7,7 @@ Open and search for apps - +

Improvements:

    diff --git a/meson.build b/meson.build index 865ec936..0d5946a2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'slingshot', 'vala', 'c', - version : '2.11.0' + version : '2.11.1' ) i18n = import('i18n')