Skip to content

Commit d45f9d0

Browse files
authored
Release 7.0.0 (#270)
1 parent fc9a66f commit d45f9d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/network.metainfo.xml.in

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

1515
<screenshots>
1616
<screenshot type="default">
17-
<image>https://raw.githubusercontent.com/elementary/wingpanel-indicator-network/2.4.0/data/screenshot.png</image>
17+
<image>https://raw.githubusercontent.com/elementary/wingpanel-indicator-network/7.0.0/data/screenshot.png</image>
1818
</screenshot>
1919
</screenshots>
2020

@@ -29,7 +29,7 @@
2929
<update_contact>contact_at_elementary.io</update_contact>
3030

3131
<releases>
32-
<release version="2.4.0" date="2023-02-14" urgency="medium">
32+
<release version="7.0.0" date="2023-02-27" urgency="medium">
3333
<description>
3434
<p>Improvements:</p>
3535
<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.3.4'
4+
version: '7.0.0'
55
)
66

77
gettext_name = meson.project_name() + '-indicator'

0 commit comments

Comments
 (0)