From 8d8ca94d48f9234e6ab81303ddabe77d0885d3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 27 Jun 2023 12:45:26 -0700 Subject: [PATCH] Release 7.0.0 (#202) --- 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 1cd6c4b9..70c57e3d 100644 --- a/data/bluetooth.metainfo.xml.in +++ b/data/bluetooth.metainfo.xml.in @@ -14,7 +14,7 @@ - https://raw.githubusercontent.com/elementary/wingpanel-indicator-bluetooth/master/data/screenshot.png + https://raw.githubusercontent.com/elementary/wingpanel-indicator-bluetooth/7.0.0/data/screenshot.png @@ -29,7 +29,7 @@ contact_at_elementary.io - +

Minor updates:

    diff --git a/meson.build b/meson.build index c64d5a0e..fedcb350 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'bluetooth', 'vala', 'c', - version: '2.1.8' + version: '7.0.0' ) gettext_name = meson.project_name() + '-indicator'