From b706a97db167d62c264de4f9c6a2a5efc7f020cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 23 Oct 2024 08:48:29 -0700 Subject: [PATCH] Release 8.0.1 (#230) --- data/bluetooth.metainfo.xml.in | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/bluetooth.metainfo.xml.in b/data/bluetooth.metainfo.xml.in index f7d88d0..0d50c22 100644 --- a/data/bluetooth.metainfo.xml.in +++ b/data/bluetooth.metainfo.xml.in @@ -12,7 +12,7 @@ - https://raw.githubusercontent.com/elementary/switchboard-plug-bluetooth/8.0.0/data/screenshot.png + https://raw.githubusercontent.com/elementary/switchboard-plug-bluetooth/8.0.1/data/screenshot.png @@ -31,7 +31,7 @@ contact_at_elementary.io - +

Minor updates

    diff --git a/meson.build b/meson.build index 61b70dc..6f4b9c5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bluetooth', 'vala', 'c', - version: '8.0.0' + version: '8.0.1' ) gettext_name = 'io.elementary.settings.' + meson.project_name()