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')