Skip to content

Commit 02af815

Browse files
authored
Release 6.5.0 (#363)
1 parent d3b33f7 commit 02af815

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

data/pantheon-shell.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/switchboard-plug-pantheon-shell/6.4.0/data/screenshot-wallpapers.png</image>
15+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.5.0/data/screenshot-wallpapers.png</image>
1616
</screenshot>
1717
<screenshot>
18-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.4.0/data/screenshot-appearance.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.5.0/data/screenshot-appearance.png</image>
1919
</screenshot>
2020
<screenshot>
21-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.4.0/data/screenshot-text.png</image>
21+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.5.0/data/screenshot-text.png</image>
2222
</screenshot>
2323
<screenshot>
24-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.4.0/data/screenshot-dock-panel.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.5.0/data/screenshot-dock-panel.png</image>
2525
</screenshot>
2626
<screenshot>
27-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.4.0/data/screenshot-multitasking.png</image>
27+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-pantheon-shell/6.5.0/data/screenshot-multitasking.png</image>
2828
</screenshot>
2929
</screenshots>
3030

@@ -41,7 +41,7 @@
4141
<update_contact>contact_at_elementary.io</update_contact>
4242

4343
<releases>
44-
<release version="6.5.0" date="2023-07-19" urgency="medium">
44+
<release version="6.5.0" date="2023-07-24" urgency="medium">
4545
<description>
4646
<p>Other updates:</p>
4747
<ul>

meson.build

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

0 commit comments

Comments
 (0)