From 6218752293c3171cd62ddf3c6edb7f751a90f74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Mon, 4 Nov 2019 14:08:38 -0800 Subject: [PATCH] Release 2.3.7 (#124) --- data/io.elementary.switchboard.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/io.elementary.switchboard.appdata.xml.in b/data/io.elementary.switchboard.appdata.xml.in index 47383abe..c1096687 100644 --- a/data/io.elementary.switchboard.appdata.xml.in +++ b/data/io.elementary.switchboard.appdata.xml.in @@ -11,7 +11,7 @@

A system settings application that focuses on modularity and simplicity.

- +
  • Pressing the "Down" arrow key from the search box correctly focuses the first row
  • diff --git a/meson.build b/meson.build index b803585a..f972d246 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.switchboard', 'c', 'vala', - version: '2.3.6', + version: '2.3.7', ) lib_version = '2.0'