Skip to content

Commit 0c3644a

Browse files
authored
Release 8.0.0 (#221)
1 parent 63698ec commit 0c3644a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/bluetooth.metainfo.xml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screenshots>
1414
<screenshot type="default">
15-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-bluetooth/main/data/screenshot.png</image>
15+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-bluetooth/8.0.0/data/screenshot.png</image>
1616
</screenshot>
1717
</screenshots>
1818

@@ -31,7 +31,7 @@
3131
<update_contact>contact_at_elementary.io</update_contact>
3232

3333
<releases>
34-
<release version="8.0.0" date="2024-05-22" urgency="medium">
34+
<release version="8.0.0" date="2024-07-24" urgency="medium">
3535
<description>
3636
<p>Minor updates</p>
3737
<ul>
@@ -45,7 +45,7 @@
4545
</issues>
4646
</release>
4747

48-
<release version="2.3.6" date="2021-07-13" urgency="medium">
48+
<release version="2.3.6" date="2021-08-06" urgency="medium">
4949
<description>
5050
<p>Minor updates</p>
5151
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'bluetooth',
33
'vala', 'c',
4-
version: '2.3.6'
4+
version: '8.0.0'
55
)
66

77
gettext_name = 'io.elementary.settings.' + meson.project_name()

0 commit comments

Comments
 (0)