From 996250b8bb0743a339019dd474f2ef6aeedd724f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Fri, 21 Oct 2022 15:07:57 -0700 Subject: [PATCH] Release 1.0.6 (#55) --- data/io.elementary.desktop.agent-geoclue2.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/io.elementary.desktop.agent-geoclue2.appdata.xml.in b/data/io.elementary.desktop.agent-geoclue2.appdata.xml.in index 0911a6d..13726b1 100644 --- a/data/io.elementary.desktop.agent-geoclue2.appdata.xml.in +++ b/data/io.elementary.desktop.agent-geoclue2.appdata.xml.in @@ -11,7 +11,7 @@

The location services agent appears whenever an application wants to request permission to use location services. From this dialog, you can see what level of access the application is requesting and either approve or deny its access to your current location.

- +
  • Updated translations
  • diff --git a/meson.build b/meson.build index 3a95c8f..990f9ef 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'pantheon-agent-geoclue2', 'vala', 'c', - version: '1.0.5' + version: '1.0.6' ) install_path = join_paths(get_option('prefix'), get_option('libexecdir'), 'geoclue2-1-pantheon')