Skip to content

Commit 073f153

Browse files
authored
Release 8.0.1 (#210)
* Release 8.0.1 Needed for elementary/icons#1325 * Update meson.build
1 parent 1480a3f commit 073f153

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

data/printers.metainfo.xml.in

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

1313
<screenshots>
1414
<screenshot type="default">
15-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-printers/8.0.0/data/screenshot.png</image>
15+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-printers/8.0.1/data/screenshot.png</image>
1616
</screenshot>
1717
<screenshot>
18-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-printers/8.0.0/data/screenshot-page-setup.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-printers/8.0.1/data/screenshot-page-setup.png</image>
1919
</screenshot>
2020
<screenshot>
21-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-printers/8.0.0/data/screenshot-settings.png</image>
21+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-printers/8.0.1/data/screenshot-settings.png</image>
2222
</screenshot>
2323
</screenshots>
2424

@@ -37,7 +37,7 @@
3737
<update_contact>contact_at_elementary.io</update_contact>
3838

3939
<releases>
40-
<release version="8.0.1" date="2024-10-20" urgency="medium">
40+
<release version="8.0.1" date="2024-10-21" urgency="medium">
4141
<description>
4242
<p>Minor updates:</p>
4343
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.settings.printers',
33
'vala', 'c',
4-
version: '8.0.0'
4+
version: '8.0.1'
55
)
66

77
gnome = import('gnome')

0 commit comments

Comments
 (0)