Skip to content

Commit 310d751

Browse files
authored
Release 8.0.0 (#391)
1 parent f1e9fa7 commit 310d751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/display.metainfo.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screenshots>
1515
<screenshot type="default">
16-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-display/7.0.0/data/screenshot.png</image>
16+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-display/8.0.0/data/screenshot.png</image>
1717
</screenshot>
1818
</screenshots>
1919

@@ -30,7 +30,7 @@
3030
<update_contact>contact_at_elementary.io</update_contact>
3131

3232
<releases>
33-
<release version="8.0.0" date="2024-08-14" urgency="medium">
33+
<release version="8.0.0" date="2024-08-20" urgency="medium">
3434
<description>
3535
<p>Minor updates:</p>
3636
<ul>

meson.build

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

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

0 commit comments

Comments
 (0)