Skip to content

Commit b706a97

Browse files
authored
Release 8.0.1 (#230)
1 parent 8a6bdfd commit b706a97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/bluetooth.metainfo.xml.in

Lines changed: 2 additions & 2 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/8.0.0/data/screenshot.png</image>
15+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-bluetooth/8.0.1/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.1" date="2024-10-20" urgency="medium">
34+
<release version="8.0.1" date="2024-10-21" urgency="medium">
3535
<description>
3636
<p>Minor updates</p>
3737
<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: '8.0.0'
4+
version: '8.0.1'
55
)
66

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

0 commit comments

Comments
 (0)