Skip to content

Commit ced9a2b

Browse files
authored
Release 8.2.1 (#461)
1 parent ca086a7 commit ced9a2b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

data/desktop.metainfo.xml.in

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

1313
<screenshots>
1414
<screenshot type="default">
15-
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.0.0/data/screenshot-wallpaper.png</image>
15+
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.2.1/data/screenshot-wallpaper.png</image>
1616
</screenshot>
1717
<screenshot>
18-
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.0.0/data/screenshot-appearance.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.2.1/data/screenshot-appearance.png</image>
1919
</screenshot>
2020
<screenshot>
21-
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.0.0/data/screenshot-text.png</image>
21+
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.2.1/data/screenshot-text.png</image>
2222
</screenshot>
2323
<screenshot>
24-
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.0.0/data/screenshot-dock-panel.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.2.1/data/screenshot-dock-panel.png</image>
2525
</screenshot>
2626
<screenshot>
27-
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.0.0/data/screenshot-multitasking.png</image>
27+
<image>https://raw.githubusercontent.com/elementary/settings-desktop/8.2.1/data/screenshot-multitasking.png</image>
2828
</screenshot>
2929
</screenshots>
3030

@@ -43,7 +43,7 @@
4343
<update_contact>contact_at_elementary.io</update_contact>
4444

4545
<releases>
46-
<release version="8.2.1" date="2025-11-03" urgency="medium">
46+
<release version="8.2.1" date="2025-11-17" urgency="medium">
4747
<description>
4848
<p>Other updates:</p>
4949
<ul>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'desktop',
33
'vala', 'c',
4-
version: '8.2.0'
4+
version: '8.2.1'
55
)
66
gettext_name = 'io.elementary.settings.' + meson.project_name()
77
gnome = import('gnome')

0 commit comments

Comments
 (0)