From 12667321bab08d734cf84b7bd2e82f8de000564d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 9 Jun 2022 14:15:03 -0700 Subject: [PATCH 1/2] Release 6.0.2 --- data/io.elementary.switchboard.appdata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/io.elementary.switchboard.appdata.xml.in b/data/io.elementary.switchboard.appdata.xml.in index 28641921..b5714a8b 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.

- +
  • Bundle app icon
  • From ee096a3ee5b309f4a4b4507571fae8c29d981a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 9 Jun 2022 14:15:33 -0700 Subject: [PATCH 2/2] Update meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bcb7ca84..f057add7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.switchboard', 'c', 'vala', - version: '6.0.1', + version: '6.0.2', ) lib_version = '2.0'