Skip to content

Commit 6a328c2

Browse files
authored
Release 8.0.0 (#402)
1 parent 39d4216 commit 6a328c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/network.metainfo.xml.in

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

1212
<screenshots>
1313
<screenshot type="default">
14-
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-network/2.5.0/data/screenshot.png</image>
14+
<image>https://raw.githubusercontent.com/elementary/switchboard-plug-network/8.0.0/data/screenshot.png</image>
1515
</screenshot>
1616
</screenshots>
1717

@@ -28,7 +28,7 @@
2828
<update_contact>contact_at_elementary.io</update_contact>
2929

3030
<releases>
31-
<release version="8.0.0" date="2024-06-17" urgency="medium">
31+
<release version="8.0.0" date="2024-07-26" urgency="medium">
3232
<description>
3333
<p>Minor updates</p>
3434
<ul>

meson.build

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

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

0 commit comments

Comments
 (0)